Questions tagged [android-install-apk]

An APK file is the file format used for installing software (i.e. an application or a game) on the Android operating system.

An APK file is the file format used for installing software (i.e. an application or a game) on the Android operating system.

An APK file is basically an archive providing the required application information and resources.

More Info

536 questions
-2
votes
1 answer

Android: Duplicate @id issue while taking Signed Apk

I am trying take signed APK for my android application. While trying to take signed APK am getting error Information:Gradle tasks [:appassembleRelease] Error:(117) Error: Duplicate id @+id/tittle, already defined earlier in this layout…
Binil Surendran
  • 2,524
  • 6
  • 35
  • 58
-2
votes
1 answer

App not installed after signed apk

I'm trying to install my signed apk, generated from Android Studio 1.5.1, I can not understand why the release version I can not install it, I set debuggable to false, I have only one MainActivity in the Manifest.xml, all looks ok, but the .apk do…
Michele Lacorte
  • 5,323
  • 7
  • 32
  • 54
-2
votes
4 answers

APP not installed an existing package by the same name with a conflicting signature is already installed

i'm new to android development i have developed one application and distribute a copy from bin folder not in playstore . The user try to install app second time with different version it's giving "APP not installed an existing package by the same…
user3065279
  • 11
  • 1
  • 5
-2
votes
1 answer

Application not Working but after uninstall and install the same application works

Hi friends i have strange issue in my application First i get a build(Version 1) and released that in to play store, but that build not installed in some devices, so i search with google for the issues and find that "Have to get build with recent…
Rakki s
  • 1,426
  • 1
  • 18
  • 42
-2
votes
1 answer

Cant upload APK to googleplay?

Hi i get this error message when trying to upload APK to Google Play: Upload failed You uploaded a debuggable APK. For security reasons you need to disable debugging before it can be published in Google Play I used eclipse before and am sure I am…
Casey Apps
  • 1
  • 2
  • 7
-2
votes
1 answer

Install Android application silently Over-The-Air like Google Play does

I need to install apk file without any user prompt like Google PlayStore does. I know this question has been asked many times but still i didn't found any solvable answer. I am just installing app from my sdcard and i tried following way, public…
Nirav Dangi
  • 3,607
  • 4
  • 49
  • 60
-3
votes
1 answer

Cannot install an already COMPILED & SIGNED Apk file

About the problem • APK is decompiled and recompiled using APK Easy Tool, it's basically a GUI version of Apktool plus some good stuff like sign or zipalign options. • This tool gives you 2 options, either Google's (apksigner) or bootstraponline…
-3
votes
1 answer

Android apk above 100mb cant be installed into the device

I had developed an android that the apk is 100mb+. I realise that if my apk is less than 100mb, it will be able to be installed with the apk but if the apk is more than 100MB it says "application not installed" and gives me an error when I tried…
AuroraBlaze
  • 421
  • 2
  • 8
  • 25
-3
votes
2 answers

Error while Installing .apk file through adb

I am trying to install an apk file on my Android device using ADB with the following command: E:\adt-bundle-windows-x86-20131030\sdk\platform-tools>adb install -r WebserviceA ctivity.apk But I get this error message: 158 KB/s (225399 bytes in…
-3
votes
1 answer

Install apk files at backend through sms?

Is there any way to send .apk file through sms and when the other person will read sms the .apk file gets automatically installed at backend.
Dave Roto
  • 1
  • 1
  • 1
-5
votes
1 answer

Extract manifest file from an application before installation

Is there any tools or library in Android SDK that allows me extract a manifest file from an Android application during its installation time (before accepting the permissions demands)? The extraction process must be done in the device is not in a…
1 2 3
35
36