签署后的APK应用程序未安装

问题描述:

我试图安装我签署的apk,在Android 1.5.1工作室产生,
我不明白,为什么发布版本,我不能,我设置可调试安装到,我只有在的Manifest.xml ,一切看起来正常一个 MainActivity ,但.apk文件没有安装,任何人都可以向我解释,为什么?

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

我已经通过推出解决:

adb uninstall my.package.id

该应用程序已经卸载,但这些数据是什么地方仍然

The app was already uninstall but the data had remained somewhere