0

I'm trying to get my apk (release mode) right on my own device, but it says "App not installed" almost at the end of the progress. I thought that may be a problem of my own device, but I also tried in different ones of various versions of Android and the only one which works is a GalaxyS8 (version 8.0.0).

I've already tried: - Selecting both V1 and V2 checkboxes in Signature Versions; - Disabling PLAY Protect; - Using minifyEnabled false;

Nothing work out.

I saw a solution that says to "Unistall for all users", but my app doesn't reach the 100%, the error appears almost at the end of the progress... so I don't get it. Another one suggests to increase the number of versionCode, but I don't get it as well.

Do you know another solution that might help? Here's my gradle:

enter image description here

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115
Pedro Relvas
  • 678
  • 7
  • 19
  • 1
    Did you try some solutions from this link? https://stackoverflow.com/questions/34265897/cannot-install-signed-apk-to-device-manually-got-error-app-not-installed – Dmytro Ivanov Dec 21 '18 at 16:57
  • Yes. Basically those are the solutions that I've already tried. @DmitroIvanov – Pedro Relvas Dec 21 '18 at 16:58
  • Use Android File Transfer, by which you can transfer your apk to USB connected device directly and then install that apk. It works for me. – Raj Dec 21 '18 at 17:19
  • Doesn't works, same error. @Raj – Pedro Relvas Dec 21 '18 at 17:21
  • In my case solution was: uninstall app from guest(other)-account. I uninstall app from device like [this](https://stackoverflow.com/a/34266270/2289835) and app disappeared. but somehow I was able to show in guest-account apps. Each device can vary setting for it. – Rumit Patel Dec 21 '18 at 18:14
  • You must know that you can't install debug application on release, release on debug, debug on installed application from play strore , and release on installed application from playstore. try to delete gradle and rebuild the project. try to change the key store file and see if it install – Oussema Aroua Dec 21 '18 at 19:45
  • Any information you could share from the logcat during the installation? – Pierre Dec 22 '18 at 14:57
  • How can I acess to logcat, @Pierre? The only think that appears is "App not installed"... – Pedro Relvas Dec 26 '18 at 11:53
  • How can I delete the gradle and then rebuild? @OussemaAroua – Pedro Relvas Dec 26 '18 at 12:03
  • delete the gradle folder, and go to build menu the rebuild project – Oussema Aroua Dec 26 '18 at 13:09

0 Answers0