View the apk package name, versionCode, versionName, etc. through appt2

1. Copy the sdk path (for example, mine is: C:\Users\admin\AppData\Local\Android\Sdk)

 2. Open the folder -> paste the path -> enter the build-tools directory -> select the highest version number (my highest is 33.0.1) -> find appt2.exe -> throw the apk file under this file (my is demo.apk)


3. Enter cmd->Enter directly above

 4. Input: aapt d badging apk name.apk (mine is aapt d badging demo.apk)

 end..

Guess you like

Origin blog.csdn.net/qq_41873558/article/details/128967812