APK is the file format used to distribute and install software on Android. APK stands for "Application Package File".
1
vote
0answers
9 views
How to make packages from f-droid to be treated as from a “known source” (if I have root)?
I usually get packages from http://f-droid.org/ repository through their package browser (because then I have a guarantee that I use free (= libre) software); and they are signed with their key.
I ...
1
vote
1answer
75 views
Download and Install (aka sideload) Facebook Home APK
I'd like to try out Facebook Home however I don't have an approved device to install it from the Google play store.
I've tried googling this to not avail...where can I download the latest version of ...
2
votes
2answers
200 views
How to install Gmail apk on emulator (from Android Development Tools, ADT)?
I'm working on an email app for Android, and I'd like to install the Gmail apk on my emulator in order to test it.
How can I do that?
I have seen tutorials on how to do it on windows, but I'm ...
3
votes
3answers
2k views
How can I install APK file on Bluestacks app player?
I have created an Android application using Eclipse, and now I'd like to install the APK on Bluestacks which is running on Windows 7. How can I install an APK on the Bluestacks player?
2
votes
1answer
908 views
Sending an application (apk) through NFC
Is it possible to install the application to another device using NFC? The application is not in Google Play store.
If it is possible, how can I do this?
6
votes
2answers
978 views
How to detect who is downloading apk files in background?
At some point in time my Android phone start downloading some .apk files in background. I assume this is doing some of the free apps what I've installed on my new phone from Google Play (I've ...
0
votes
1answer
708 views
Default Launcher Crashing at Reboot, Access only to Status Bar and Settings
I have a Celkon A95 (It’s a lesser known Indian company; specs : http://www.gsmarena.com/celkon_a95-4822.php) and I’m in some serious problem here. The phone is safely rooted and runs Gingerbread ...
0
votes
3answers
263 views
Issues transfering .apk files from PC to phone using the cable. Sony Xperia Neo
I want to transfer some .apk files to my phone to install the applications on it.
I've tried many ways of downloading and installing applications on the smartphone but to no avail, so I think this ...
-1
votes
1answer
311 views
updating a game with Apk file?
Ok im new to android as I used to be an iphone user so this question may not make any sense. Im used to jailbreaking but now I have a sg note 10.1 and im so lost with a few things. However, I ...
4
votes
3answers
277 views
How do I view apk information in Mac OS X?
On windows, I have Android Commander installed so whenever I double click on an APK file, the information about it (ie: package name, version, etc) is displayed. I'm looking for something similar for ...
4
votes
3answers
1k views
How to pull the apks from my android phone
I have a rooted android phone. I am trying to pull the applications from /system/app/. However this simply does not copy the apk. What I have tried.
adb shell
su
cd data
cd app
ls
...
9
votes
5answers
3k views
Is there a simple way to undo an app update?
I'd like to revert to the previous version and stick with that permanently. Is that possible?
I have Beautiful Widgets installed, and had it set to auto-update. It just did, and the 'update' is ...
1
vote
1answer
90 views
Can an apk file be written to any type of NFC tag
Is it possible to write an apk file to a NFC tag for it to be downloaded when a user desires? bWe are trying to create a solution in which our reps in the field can simply turn on NFC in specific ...
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 ...
0
votes
0answers
359 views
Not compatible app and “install failed missing shared library”
I am currently trying to get a game app running in windows and got some problems. Ive already tested Bluestacks, SocketQ, Android x86, Youwave and the official Android SDK Emulator. Now I'm trying ...
4
votes
3answers
12k views
How do I properly install a system app given its .apk?
I removed a system app (com.android.mms) and I have the .apk needed to restore it, however it won't install through the standard channels (running the .apk gives me "application not installed"). ...
3
votes
1answer
972 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
2answers
941 views
Read APK permission by shell command
I want to read the requested permissions of an .apk file on the computer (android sdk is installed) via command line.
I.E.:
$ android read-permissions /path/to/someapp.apk
I know this is possible, ...
0
votes
1answer
920 views
Android com.android.fixed.update APK
One of my relatives sent me an email pointing to this URL
http://www.flugversuch.at/cnu/kbdjobbwclikw/nbopigxdb/pxcbaolinizdg/qfktoohwzplsjsp
When I got there, it automatically downloaded an APK ...
0
votes
2answers
472 views
how to capture any .apk download
We are seeking a reliable method to get the .apk file for any arbitrary application that may currently exist on Google Play store. ("legit" reasons may be e.g. to later restore to application v8 even ...
0
votes
1answer
359 views
Get rid of virus that downloads apk
My android tablet, a zoom, has started to download apk's at random without any initiation on my part. I have the don't allow foreign apk's to be installed thing checked so they can't get on to the ...
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 ...
5
votes
2answers
329 views
Deleted Google Talk on accident
Okay, got a bit carried away in Root Explorer and deleted GTalk. Cant access Google Play. I tried reinstalling versions online, those crashed instantly. Then, i grabbed my ROM zip and pulled out ...
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 ...
38
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?
3
votes
2answers
894 views
Install application without Google Play
I made an application, and I want my friend to install it from a link, but the apk file cannnot be installed on the Android phone. He has to use some file explorer to install it. But I see many apps ...
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 ...
1
vote
0answers
92 views
Package cannot be (re-)installed or uninstalled
Was trying to install SDMove.apk (sideload) from my ICS tablet.
adb reported:
Failure [INSTALL_FAILED_ALREADY_EXISTS]
However when I issue uninstall command, it reports Failure as well.
When I try ...
3
votes
3answers
296 views
Titanium Backup Locks Up When Trying To Restore System Upates (com.samsung.apk)
Okay, so in an attempt to stop the OTA notification, I un-installed System Updates 1.0.0 (com.samsung.apk) using Titanium Backup. Well, that didn't help, so I'm trying to restore the app in-case I ...
13
votes
2answers
521 views
Is it “safe” to provide users with the apk file?
I was wondering, if I have an app that is available on the Play Store, is it "safe" to provide a direct download of the apk file to someone (either signed with the proper keys, or just debug-version)?
...
3
votes
0answers
343 views
How to push and install APK files from a PC over Internet?
I want to push AND INSTALL apk files from PC like Play Store does (when I send install signal from web interface). How to do this?
Note: The PC and Android device may not be in same Wi-Fi network. ...
2
votes
2answers
490 views
How to check if an APK contains native code?
Is there a way to check if an APK file hosts native code?
There are many reverse engineering tools (e.g. apktool, androguard) from which you can reproduce the
source files of an Android app but I'm ...
4
votes
0answers
513 views
Android emulator reports 0x501 error while using GPU Emulation with OpenGL ES
I am trying to run the ArcGIS for Android samples in Android Emulator. Based on the ArcGIS recommendation, I have installed the Intel HAXM and enabled the GPU Emulation as well.
While running the ...
6
votes
2answers
6k views
Installing custom apps on a Nexus 7
Does the Asus Nexus 7 allow me to create and install my own apps without using someone's app store (like Google Play or Amazon)? I want to create my own apps but not make them open for anyone else but ...
3
votes
3answers
3k views
Possible to install APK from personal website?
How can I allow a user to do web-install of Android APK file from my personal web page? Like to create a personal (private) APK repository where I could put APK files and send a client the link to the ...
0
votes
0answers
187 views
How to make a normal apk with .dex inside it from an apk which is odexed?
I had a file manager provided by my manufacturer as a system app.
it was odexed.
i have its apk and odex file both.
I installed a custom rom now and want to install that filemanager. how do i do ...
1
vote
1answer
7k views
Where to download and install Google Apps on Android 4.0.4 device? [duplicate]
Possible Duplicate:
How can I install the Google Apps Package (Play Store, …) on my Android device?
I have an international android smartphone which doesn't have anything related to Google ...
2
votes
1answer
355 views
Unable to download/ install font apk
I made a font, but I didn't build it, instead I used this website to do it. The apk install seemed fine. I wanted to try it out on SG2, so I sent it to my Gmail account in an email, I tried to ...
1
vote
3answers
195 views
Installing downloaded apks from external site
I have just downloaded APK files of a software from a website to my laptop. My question is if I install this on my phone, will it be installed in the phone memory or in the SD card memory?
I couldn't ...
0
votes
0answers
239 views
Extracting images from an APK
I've tried to extract the images of 2 different APKs, from the drawable folder.
One of them contains PGT files, and the other one contains mostly TEX files and one ACT file.
Couldn't open neither.
...
0
votes
0answers
127 views
Is it possible to load only an .apk file on boot?
It is possible to override a step in the boot process (after all underlying dependencies have been met) to load an .apk file automatically? The optimal solution would be without something such as ...
12
votes
3answers
1k views
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 ...
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?
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: ...
3
votes
2answers
276 views
Automatically replace app after opening APK
If I download an APK and open it, I get a "Not Installed" error if the app is already present on the device. Is there any way to automatically delete the old version?
(Note I'm not trying to avoid ...
7
votes
2answers
8k views
What does APK stand for? What is the internal format?
Is APK an abbreviation for Android Package Kit? What about the file itself? Is it an archive such as ZIP where during install the installer extracts and copies the files onto the file system?
-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 ...
1
vote
0answers
205 views
How to root Coby Kyros - mid7016 tablet [duplicate]
Possible Duplicate:
Can I install apps on phone without using the Android Market?
I am trying to install APK files which are not downloaded from Android Play/Market and they are not ...
6
votes
3answers
2k views
Download an APK without an SD card or computer?
I have an Archos 7 Home Tablet v1, with a Cyanogenmod 7 rom on it. I do not have an sd card for it yet, and was wondering, Is there any way I can install/download an APK file to it without an SD card? ...

