An .apk file extension denotes an Android Package (APK) file. This file format, a variant of the JAR format, is used for distributing and installing bundled components onto the Android operating system.

learn more… | top users | synonyms

0
votes
0answers
16 views

Android Studio “design tab” missing

at my Android Studio (to make Android Apps) the "Design" tab to the graphical editor and the "preview" tab at the right is missing. How can I show them up? Thanks
0
votes
0answers
10 views

Reverse engineer a ipa/apk

I have made a game for ios and andriod using a game engine. Now i have apk file and ipa file. However i want to install a API to my game which is not possible by my game engine. So is there anyway i ...
0
votes
2answers
40 views

AlertDialog not showing up

I am trying to make a simple little test on an Android emulator called YouWave for Android 4.1.1 (I believe it is). I am using IntelliJ to generate an APK file to use with the emulator. I simply went ...
0
votes
0answers
17 views

Unable to instantiate ComponentInfo

I imported my Android app onto a new laptop with the latest installations from The Android SDK. It used to compile without problems. The app uses the Facebook SDK. I get this error when I try to build ...
0
votes
1answer
59 views

Build unsigned APK file with Android Studio

I'm developing an android app with the Android Developer Tool. Now i tried the new Android Studio, everything works fine if connect my smartphone with the pc and directly run the program in the ...
0
votes
0answers
14 views

Cannot create APK with Unity Pro license

I already have the Unity Pro license and I am trying to create an APK but I get the following error: Error building Player: SystemException: 'System.Net.Sockets' are supported only with Unity ...
-1
votes
1answer
29 views

Is there any way to remove a system Android application (.apk) without rooting the phone? [closed]

I want to remove the "Play Store" from a Galaxy S3 without having to root the phone. I have heard that is the only way, but I want to know if there is an option to go up to the apk location and delete ...
0
votes
0answers
2 views

Signing ap file using Keystroke with maven

When I run mvn clean install without the configuration it says Build Successfully.If I include the configuration I get the following error. Basically I am trying to sign my apk file using keystoke ...
0
votes
0answers
22 views

adb shell - installing or moving apk from /data to /mnt/sdcard

I'm working on a script via shell for the installation of one or more apk from an USB key plugged in the device. The device is a MID custom, made in China, with root permissions. Android 4.x on-board. ...
0
votes
0answers
12 views

Unknown Source apk auto update try failing with internal storage

I am working on an android application which will not be released under playstore. the app will be downloaded from the website directly. So it is an unknown source kind of application. I want to ...
4
votes
0answers
34 views

Android app navigates to launch activity when coming from background

I have 3 activities ( say A, B, C were A-is the Launch activity). When I press home button when at activity C, app goes into background. After that, I took my app through all apps list menu. At that ...
-3
votes
1answer
30 views

Why is an installed apk from Googe Play differ in size between Android OSs [closed]

From Google Play, I download an app that is 15.1 MB in size. When I download and install it to my Gingerbread smartphone, the application size is 25.31 MB. When I download and install the same app to ...
0
votes
1answer
20 views

.txt is added to my .apk when I email it out

I am trying to help a client of mine install a .apk file on his phone. The issue is that we are in different states so I cannot physically see the phone. Whenever I email him a .apk file, his phone ...
2
votes
1answer
68 views

Why is my APK so large?

My APK is coming out to around 19 MB. I have no pictures or sound files in my project and only one class. Looking through the directory of my project folder (which is about 50 MB), most of the size ...
0
votes
1answer
24 views

Removing ActionBarSherlock from Modules

I'm trying to figure out why my APK is 21 MB large when I export it. I was using HoloEverywhere and ActionBarSherlock, so I'm doing an experiment to see how big my APK will be without them. To do ...
0
votes
1answer
45 views

Uploading draft of APK into Google Play to test In-App Billing

I want to upload a draft of an APK to test In-App Billing that I am trying to implement. I see here that I am supposed to leave the android:versionCode="" the same in order to upload my APK as a ...
0
votes
1answer
32 views

Specifying native Android APK permissions

When I install my app on an AVD (or a real device), it shows the requested permissions as "Storage - modify/delete SD card contents" and "Phone calls - read phone state and identity" However, I don't ...
0
votes
1answer
28 views

Is it possible to create a modified .apk (which can be installable on mpbile) from mobile and store it in external sd_card?

I have an apk file in assets folder i want to modify it (insert a file in to it) from mobile and store it in external sd_card(that can be installabe in mobile). How it is possible?
0
votes
0answers
19 views

Error while generating signed apk

I got old project and keystore file , but when I am trying to create signed APK it give following error. [2013-05-19 12:36:02 - xxxxxxx] Proguard returned with error code 1. See console ...
1
vote
1answer
38 views

Integrating another android app inside my own application

I'm a total newbie to Android app development, so do excuse the lengthy explanation. Anyways, I have already developed my application (running successfully). Now, I want to integrate an open source ...
0
votes
0answers
8 views

Extract and replace encrypted images from LWP APK

I did extract the APK and replaced the images using 'Easy APK disassembler', but i got the images as corrupt, and when i replaced the image with one of mine (It was a LWP) the app crashed.
1
vote
2answers
55 views

Android application launching from console

Is it possible to make a console Android app using the Android API? This application must be hidden in the package manager. Can you give me examples? In C++/Java.
3
votes
2answers
558 views

google play alpha and beta tester function

I have a question regarding the new Play Developer Console functions (Alpha & Beta Testing) , maybe somebody has some experience with it. I invited some testers by GoogleGroups and they are ...
3
votes
3answers
299 views

I have updated Android SDK to rev. 22 yesterday and there is no apkbuilder in tools

I have checked with my friend who has Android SDK tools version 21, the apkbuilder is there. I have updated the Android SDK tools to version 22 and I can't find apkbuilder anymore. So it seems that ...
4
votes
3answers
179 views

Apk location in New Android Studio

I started using new Android Studio and cant find the APK of the application in IDE,where it actually locates?
0
votes
1answer
45 views

New SDK Tool and APK size

Yesterday I updated SDK Tool to version 22 and relative Eclipse ADT. Today I export my project in APK file and I am surprise from file size. Last APK version was 452 Kb (few days ago), new APK is ...
7
votes
1answer
726 views

Export APK from Eclipse produces error “No Build Tools installed in the SDK”

My ability to export APKs from Eclipse (Juno for Mac) broke today after doing an update. I can get to the Finish button (after specifying keystore and release passwords), and, when I click that I get ...
0
votes
0answers
10 views

Programmatically getting Resources from APK that were originally in Strings.xml?

There's an answer to a question about programmatically unpacking the AndroidManifest.xml file from a compiled APK here. I've used it to mostly read the manifest but there are some pieces that are ...
2
votes
2answers
116 views

android programmatically update apk and see the result of the installation

I'm writing an app updater for my app. After I make sure I have my apk on the device, this is what I do from within the app I'm trying to update: Intent promptInstall = new ...
0
votes
0answers
20 views

Add some files to apk file

im using Adobe air for creating application for android. i used some files and folders in my code. for example : Data.txt and zoom\Data1.txt zoom\Data2.txt or just using Sqlite in my project and i ...
0
votes
0answers
33 views

How to Access sysfs entry from android application

Can someone please explain to me on how to access a value exposed by sysfs from an android application. A reference which suggests that we can not access is here But there is one android application ...
0
votes
0answers
34 views

no devices compatible with my android app

I am facing very same problem. Mentioned in many places This issue is answered many times but nothing helps me to get my app to remove 0 device compatibility issue. Could you please check the below ...
0
votes
1answer
29 views

I new a Android Test Project and Select Test Target “This project”, but I dont get an empty src directory and instead get an unexpected package

I want to use robotium to test android apk. I have the full android IDE (Eclipse/ADT/Java SDK/Android SDK), so I can use File--New--Other...--Android Test Project to create my test Project MyApKTest. ...
0
votes
0answers
24 views

AIR apk file sizes from 3.4 to 3.7

I just came across a very unusual issue and I'm not sure if anyone else has noticed this. When publishing for AIR 3.4 for android, my apk file is 40kb. When publishing for AIR 3.7 (same files, ...
0
votes
0answers
44 views

Unable to access jarfile SignApk

I'm trying to sign an APK with SignApk, but I keep getting this error: Error: Unable to access jarfile signapk.jar I have appended my JDK directory as well as my SignAPK directory to my system path ...
0
votes
2answers
110 views

Non market apk update installer

I am newbie to Android development.I have a existing non-market android project.Now I want to create a update apk with new changes to code,assets etc.Below is my requirement. when i install a new ...
0
votes
0answers
33 views

Black screen on launchin my own application on my device

I just built the apk of my first application. It works in the AVD emulator but when I install it on my Desire HD the screen turns black as soon as I start the app. It's a really simple application, it ...
0
votes
3answers
55 views

How to insert new images inside our unsigned apk

is it possible to add new images inside our unsigned apk. Added the image inside in res folder manually. And there is no need to build apk from eclipse. After add image we are able to sign apk and use ...
1
vote
1answer
30 views

Sign apk application before running on device from eclipse

Do you have any suggestions how can I automatically sign my android apk after launching run action from eclipse menu? I want to deploy signed application with my production key because it's demanded ...
0
votes
2answers
108 views

APK download doesn't work on stock Android browser

I have a page with a button that redirects to a PHP script that starts an APK download, like so ($androidPackage is the file name and $package contains the absolute path): ...
0
votes
1answer
50 views

how to update my app in /system/app

I have an product use Android 2.3, and my app is put into /system/app/. Now when my app find new version, my app try to download the .apk(updated version) file to /system/app/ , but failed. I ...
7
votes
1answer
51 views

Reduce size of debug APK in IntelliJ

I am co-working on medium sized Android project with 9 Android libraries and 10 jar libs. I develop in IntelliJ and my collaborant works in Eclipse. In Eclipse the size of debug APK is about 2.5 MB, ...
0
votes
1answer
122 views

How get files from android expansion files(.obb)?

I have added apk expansion files and succesfully uploaded and dwonloaded .But i dont know how to access my files from .obb file? i have a problem while unzip the .obb file.
0
votes
1answer
48 views

How some apk are stored by Android

I know that the apk are stored in /data/app with the name of the package (and "-1" at the end). On not-root phone is not possiple to list (ls) the file contained in /data/app, however since I knon ...
0
votes
1answer
54 views

Android application with more than 100 MB preloaded sqlite database

we are developing an android application for a survey. During the survey the enumerators check people against a preloaded sqlite database. Size of the preloaded database is likey to be more than 100 ...
1
vote
1answer
68 views

Eclipse Installs .APK in the BIN Folder? Will not show up?

[2013-05-07 13:06:56 - final_app] Performing sync [2013-05-07 13:06:56 - final_app] Automatic Target Mode: Several compatible targets. Please select a target device. [2013-05-07 13:07:02 - final_app] ...
0
votes
1answer
29 views

android: avoid file download with MODE_WORLD_READABLE

Bonjour I would like to create a simple market applications for android but I face a annoying issue. The install flow is as below: 1- Download of apk file in the application context : ...
1
vote
1answer
38 views

Is here some use of information provided in Android Keystore? Is it even readable after we sign the app?

Eclipse ask for following information when creating the keystore, First and Last Name: Organizational Unit: Organization: City or Location: State or Province: Country Code (XX): Wondering if ...
1
vote
1answer
33 views

resetting phone caused apk to stop working

I have been working on testing in-app billing. Through the process, I learned that I needed to reset my device so as to wipe out my personal information or google would keep complainer about me not ...
0
votes
1answer
32 views

Android Action Bar Sherlock Illegal Argument Exception after running Proguard [duplicate]

I have just used Proguard for the first time (ever), and having copied the exported APK back into my emulator, I received an ILLEGAL ARGUMENT EXCEPTION : class a is not annotated with ...

1 2 3 4 5 27