文件名称:Android代码-android-apk-parser
文件大小:1.1MB
文件格式:ZIP
更新时间:2022-08-25 15:02:41
Android代码
Android APK Parsing Lib Simple class to read/parse the packageName, versionName, versionCode information, and more out of a compiled Android APK file. This is accomplished by decompressing the AndroidManifest.xml file and then decoding the compiled XML binary file to glean this information. I've been using this for some automatic versioning of various android artifacts I have. I am sharing this codebase under the Apache Source License 2.0 in hopes that others will find it useful (or educationa
【文件预览】:
android-apk-parser-master
----.gitignore(57B)
----README.md(2KB)
----pom.xml(4KB)
----.settings()
--------org.eclipse.jdt.core.prefs(23KB)
----src()
--------test()
--------main()
----formatter-prefs.xml(30KB)
----LICENSE-2.0.txt(11KB)