3 maneras de descargar un Apk a nuestro PC
1-ADB
$ adb shell pm list packages
$ adb shell pm path <package name>
$ adb pull <apk path> // Descarga el apk
ó
( You can include flags to show only third party apps (-3) and the location of their APK file (-f) // Update no utilizar. No da la lista comleta de apk ahora que vienen dividos en 2 o 4( split ). Usar "adb shell pm path" que devuelve la lista completa.
Sin probar aún:{
2- Apk extractor
https://play.google.com/store/apps/details?id=com.ext.ui
3- GPlayCli escrita en Python ( Actualización: la página de tokens el servidor, da 404. Configurando cuenta propia tampoco. No utilizar.)
https://github.com/matlink/gplaycli
GPlayCli is a command line tool to search, install, update Android applications from the Google Play Store. }
