-2

I'm trying to install my signed apk, generated from Android Studio 1.5.1, I can not understand why the release version I can not install it, I set debuggable to false, I have only one MainActivity in the Manifest.xml, all looks ok, but the .apk do not install, anyone can explain to me why?

P.S

I uninstalled the debug version of my phone

Michele Lacorte
  • 5,323
  • 7
  • 32
  • 54

1 Answers1

-2

I've solved by launch:

adb uninstall my.package.id

The app was already uninstall but the data had remained somewhere

Michele Lacorte
  • 5,323
  • 7
  • 32
  • 54