APK is the file format used to distribute and install software on Android. APK stands for "Application Package File".

learn more… | top users | synonyms

39
votes
9answers
46k views

How can I download an APK file from the Play Store?

I can't download apps from the Play Store on my Android device (maybe due to a network issue), so I'm wondering how could I download the APK file of an app on my PC from http://play.google.com/store?
28
votes
5answers
5k views

How can I install an app given only its APK file?

I downloaded the APK file for an app to my PC. How can I install it on my phone?
15
votes
3answers
17k views

How to install APK files on SDCARD?

I have samsung galaxy 3 (I5801). I have downloaded many APK files from internet. I have no problem in installing APK files. By default when APK file is selected it installs itself to phone memory. I ...
10
votes
2answers
5k views

Why is “insufficient storage” wrongly reported when installing an .apk via adb?

I have an HTC Desire running Froyo. It is not rooted, nor have I installed any custom ROM. I get an "Insufficient Storage" error when I'm trying to install an app via adb/eclipse. The .apk is only ...
5
votes
1answer
1k views

Amazon App Store - Location of the downloaded APK

Where does this app store save the downloaded APK file? I have a problem where certain apps will only install when the sdcard is unmounted. The Amazon App store needs sdcard to be mounted
6
votes
2answers
665 views

Where is a downloaded .apk placed in Android phones? [duplicate]

Possible Duplicate: Where in the file system are applications installed? Where is a downloaded .apk placed in Android phones? I want to backup the .apk files to my PC so that if something ...
2
votes
3answers
1k views

Where are the .apk files of currently installed apps stored on my Android device? [duplicate]

Possible Duplicate: Where in the file system are applications installed? How can I view the .apk files of currenly installed apps on my android phone?
15
votes
1answer
6k views

How can I verify the authenticity of an apk file I downloaded?

The latest update of Google Maps is unavailable in my country, so I downloaded a version by googling for "Google Maps 5.4.0 apk". I did in fact find it, but now I wonder how I can tell if this is in ...
3
votes
1answer
975 views

How to take backup of all installed APKs from Phone to PC?

How do I take backup of all installed apks from my sgs2 to PC using android sdk/ 3rd party tool etc? My phone is not rooted. I can install/uninstall apks using adb, but is there any similar command ...
3
votes
4answers
3k views

Why do I get “not enough space” when I copy an APK file to /system/app?

I recently rooted my HTC Desire Bravo because I needed read/write access to /system/app in order to be able to copy an APK file there. I wrote here on stackexchange on the best solution to root the ...
6
votes
3answers
2k views

How to access Android APKs without rooting

I recently bought a 7" Android ICS tablet as a gift for a friend. Unfortunately it's not a Store supported device, so I can't download from the Store. There are a number of sites that allow you to ...
5
votes
1answer
4k views

What's the cause of “Application not installed” error?

So I just downloaded the nightly version of Firefox (ARMv6) apk and when I install, I get the following error message:- This, isn't a very friendly message.. what could be the cause? How do I find ...
5
votes
2answers
2k views

Can I build an APK from an installed app and its data?

I would like to take an installed app, including its data, from a rooted Android device and produce from it an APK suitable for installing on a non-rooted Android device. Is this possible? Edit: ...
-1
votes
1answer
371 views

Get installed apps as APK within Android?

I'm looking for an application that will let me easily export any application I have to APK format (I'm not rooted). Normally, AirDroid does this easily and I love AirDroid for that. However, one of ...