Why does my studio android apk not install?

0
  

Why is my installation android studio not complete?

When I emulate it on the cell phone it works great, but when the apk I want to install it does not complete the installation, I have tried several times but the same thing happens, it is an app that is using the Google Maps api and asks for permission. location, I suspect that's why, thanks in advance.

    
asked by Jhon Jesus 27.11.2018 в 16:57
source

2 answers

1

The error:

  

"The package appears to be corrupt while installing apk file"

or

  

"The application is not installed, it seems that the package is damaged".

It is mainly caused by 3 causes,

  • The .apk is actually corrupt, I suggest you think again and take the one generated, you can access this file in "locate":

  • You are trying to install the application but there is an installed one that was signed with another different Kestore, in this case it looks for the application and eliminates it. I suggest you go to configuration > applications, search and install the application.

  • The application is installed on the device but with a different user, I suggest you go to configuration > applications, select the application and click on "Uninstall for all users" ("Uninstall for all users").

    
answered by 27.11.2018 в 17:41
0

I pass several times and the problem is the cable, even if I detect it sometimes the application does not pass well. with a phone I had a good application and using the same cable with another phone, which I guess did not have good contact with the card (although if detected) did not pass the application and had to resort to pass it from phone to phone via bluetooth or use another cable that would make better contact on the phone

    
answered by 27.11.2018 в 17:42