After android installs an application from the Marketplace, does it keep the .apk file?
Is there a standard location where Android would keep such files?
After android installs an application from the Marketplace, does it keep the .apk file?
Is there a standard location where Android would keep such files?
Use this to list all .apks under /data/app/
Another way to get the
apk
s you can't find, on a rooted device is with rom tool box.Make a backup using app manager then go to
storage/emulated/appmanager
and check either system app backup or user app backup.You can pull the .apks from any of them:
if you are using eclipse goto DDMS and then file explorer there you will see System/Apps folder and the apks are there
If you're looking for the path of a specific app, a quick and dirty solution is to just grep the bugreport:
I don't know that this will provide an exhaustive list, so it may help to run the app first.
Well I came to this post because I wanted to reinstall some app I liked much. If this is your case, just go to Google Play, and look for My Apps, the tab All, and you will find a way to reinstall some app you liked. I faced a problem that I could not find by search one app, but it was there in My apps so I could reinstall in my new mobile ;)