2

I created an app that worked well in the emulator and in devices when tested. I then used the export option to generate a signed APK for release. But this APK is not installing and is showing the error message "unable to install" when installed from sd-card. The debug version works well. How should i proceed.

Yojimbo
  • 23,288
  • 5
  • 44
  • 48

1 Answers1

2

Once you have installed an app, you can not install another version of that app if it was signed with a different certificate. You will need to go to Settings and remove the currently installed version.

Yojimbo
  • 23,288
  • 5
  • 44
  • 48