Categorygithub.com/xia0pin9/axmlparser
repositorypackage
0.0.0-20150830015458-0ce314cc37b6
Repository: https://github.com/xia0pin9/axmlparser.git
Documentation: pkg.go.dev

# README

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)