Extract apk from installed app
The application may return multiple packages. Try to fetch the base.apk .


Last updated
The application may return multiple packages. Try to fetch the base.apk .


Last updated
List all packages installed on AVM
.\adb.exe shell pm list packages
Get the path for the apk
.\adb.exe shell pm path com.Dominos
Pull the apk
.\adb.exe pull /data/app/com.Dominos-1/base.apk