App not installed after signed apk

这一生的挚爱 提交于 2019-12-13 11:14:02

问题


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


回答1:


I've solved by launch:

adb uninstall my.package.id

The app was already uninstall but the data had remained somewhere



来源:https://stackoverflow.com/questions/35137719/app-not-installed-after-signed-apk

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!