Apr 18, 2017

Get Android .apk file info

Android .apk file info includes: package name, version code, version name, platformBuild, install-location, sdkVersion, targetSdkVersion, permission, lable in multi language, application-icon, launchable activity, feature-group, provides-component, services, activities, receivers, support screen, locales, densities, native code.
1. Open command windows
2. cd <sdk_path>/build-tools/23.0.2/ (23.0.2 or other)
3. aapt dump badging yourapp.apk

No comments:

Post a Comment