Extract apk from installed app
The application may return multiple packages. Try to fetch the base.apk .
List all packages installed on AVM:

2. Get the path for the apk and Download it.

Last updated
Was this helpful?
The application may return multiple packages. Try to fetch the base.apk .
List all packages installed on AVM:

2. Get the path for the apk and Download it.

Last updated
Was this helpful?
Was this helpful?
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