Android binary manifest XML file parser library for Golang
This repository has been archived on 2020-01-25. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2015-07-21 16:51:00 +02:00
appnamelistener.go Expose VersionCode & VersionName 2015-07-21 16:51:00 +02:00
attribute.go init 2014-08-16 10:01:47 +08:00
listener.go init 2014-08-16 10:01:47 +08:00
parse.go init 2014-08-16 10:01:47 +08:00
parser_test.go updated 2014-08-21 11:22:15 +08:00
parser.go bug fixed for 32 bits OS 2014-08-21 10:33:18 +08:00
plainlistener.go init 2014-08-16 10:01:47 +08:00
README.md doc typo 2014-08-16 10:08:16 +08:00

Android binary manifest XML file parser library for Golang

This is a golang port of github.com/xgouchet/AXML.

This package aims to parse an android binary mainfest xml file on an apk file.

Installation

go get github.com/lunny/axmlParser

Usage

listener := new(AppNameListener)
_, err := ParseApk(apkfilepath, listener)