Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can not install my own generated apk

Tags:

I updated my app and tested it on my device. Everything works fine if I test the app via the run button in eclipse but if I export it into an apk and try to install the apk it fails.

There is no error code or anything else, it just says the app has not been installed.

Any idea why this happens? I only changed a few things in my app: I removed the basegameutils lib from my app and migrated to the new api without basegameutils. Thats it (except for some bugfixes but that can not be the cause).

I did already restart eclipse and cleaned all projects mutiple times.

The target sdk is 22 and I am using newest system images and so on for that api level (my divce is a stock nexus 6 with 5.1.1 running). I also updated my build tools to 23.0.1 from 22.0.1 and removed the 22 version. Is this the cause?

I also tried to upload the apk in the dev console and there were no erros.

Thank you for your help.

EDIT:

The logcat output says the signature does not match the previously installed version.

If i try to install the current live version via the play store there is also an error message saying i can not install this app because another user already installed an incompatible version on this device (but i dont have it installed and i dont have multiple users on the device).

If i got to the app menu in the settings my app is shown at the bottom of the list but there is a note saying the app is not installed for the users. If i click on it all buttons are unclickable (so i can not uninstall it).

What is happening?

like image 711
user3254126 Avatar asked Sep 23 '15 10:09

user3254126


People also ask

Why is my APK file not installing?

Another common reason for the App not installed error could be that there is not enough free memory on your device's internal storage. Most users think that the size of the apk file is the actual size of the app. But this is not the case. Actually the apk file is a packaged version of the application itself.

How do I force install an APK file?

If your phone's web browser doesn't give you the option to open the file after downloading, open your file explorer app, go to the Downloads folder on your device, then tap the APK file. Allow the app any required permissions it asks for. Then, at the bottom of the installer window, tap Install.

How do you install APK on Android that Cannot be installed?

Tap on the Security option. Scroll down until you see Unknown sources and check the box. Open your file browser and navigate to your download folder where the APK is. Tap the APK and follow the instructions to install the app.


1 Answers

For me, selecting Signature Version v1 and v2 both solved the problementer image description here

like image 64
Suben Saha Avatar answered Sep 19 '22 14:09

Suben Saha