Aapt command to obtain apk details (package name, version number, version name, compatible api level, start Activity, etc.), aaptapk
The aapt command obtains the apk details (package name, version number, version name, api Compatibility Level, and Activity startup)
Find the sdk root directory, and then findBuild-tools
Folder, and then you will see someBuild-tools
You can see the version numberAapt
, Such
- Step 2: Configure aapt to Environment Variables
For exampleBuild-tools/22.0.1
Configure to my environment variables, configuration method and ConfigurationPlatform-tools
Same
- Step 3: Obtain apk details
Execute the following command in the command line,App-debug.apk
Indicates the full path of the apk.
Aapt dump badging app-debug.apk
The effect is as follows:
Copyright Disclaimer: This article is an original article by the blogger and cannot be reproduced without the permission of the blogger.