标签:install_failed_versi versioncode installation error
1、Installation error: INSTALL_FAILED_VERSION_DOWNGRADEPlease check logcat output for more details.
Launch canceled!
原因:
android:versionCode的原因,我们手机里面安装了同名的App且android:versionCode 高于将要安装的APP
解决方法:
1、删除手机里同名的APP
2、修改要安装的APP AndroidManifest.xml 的android:versionCode大于已安装APP的android:versionCode。
版权声明:本文为博主原创文章,未经博主允许不得转载。
标签:install_failed_versi versioncode installation error
原文地址:http://blog.csdn.net/andylau6789/article/details/48052593