How to view the version number of an APP from an APK file

When I recently downloaded the APK file, I found that the official did not write the specific APP version number. Although the APK file can be unpacked directly with the compression software, there is still no version number information. After exploring, I found a tool aapt.exe that can be viewed:

how to view the version number of an app from an apk file

Let's see how to operate:

1. Download the aapt.exe toolkit: http://dl.appsofter.com/f/13205235-668581903-3dd636

2. Extract the aapt.exe file in the toolkit and place it in the same directory as the apk file

3. Enter the cmd command interface (WIN+R, CMD Enter)

4. Enter the command:

aapt dump badging x:\xxx.apk

And press Enter to see PackageName, VersionCode, LauncherActivity and other information!

Author: King
Copyright: PCPai.COM
Permalink: https://pcpai.com/guide/how-to-view-the-version-number-of-an-app-from-an-apk-file.html

THE END
Share
QRCode
<< Prev
Next >>