Does my APK built with android studio give me problems does not let me install it on other devices?

1

I build my APK without any problem either the debug or the release , both are built without problem, but when I want to install them on another device it does not let me try to install both and they tell me that it has failed to verify the packages.

It is mentioned that you already activate the option to "install apps from unknown sources"

Someone can help me, if I run it on my cell phone from android studio it works very well, but I want to install it in a MarquisMp977 tables, and it does not let me deploy the error of package verification

    
asked by Melissa Loeza 09.06.2017 в 01:03
source

1 answer

1

I suggest you always add the description of the error as it is presented.

This may be because the installed .apk was signed with another keystore (probably debug), or your device has several user sessions, one of which I install the application.

Delete it, if you can not delete it, go to settings > applications, enter and in the upper right corner select the option "Uninstall for all users"

This is an example:

    
answered by 09.06.2017 в 02:00