Android调试无法安装问题

问题概述

Installation failed with message INSTALL_FAILED_UPDATE_INCOMPATIBLE: Package cn.itcast.huanxin11 signatures do not match the previously installed version; ignoring!.
It is possible that this issue is resolved by uninstalling an existing version of the apk if it is present, and then re-installing.

WARNING: Uninstalling will remove the application data!

Do you want to uninstall the existing application?

大意:安装的版本和之前安装的版本不匹配。。。

提示解决:

  • 提示卸载之前的版本
    • 然而我之前并没有安装
  • clean项目
    • 仍然没用。。。

终极大招一

  • 上google
    • 找到类似的错误INSTALL_FAILED_INVALID_APK问题标号: Issue 199868
    • 问题描述大意为instant run开启导致的生成了多版本安装包。。。问题导航页: 请科学上网

解决方式

  • 删除 project 下面的build文件夹;
  • 删除 module 下面的build文件夹;
  • 重新编译安装即可。

终极大招二【小米手机】

  • 开发者选项;
  • 关闭“启用MIUI优化”;
  • 重启即可。

还有问题,邮件交流。。。

    原文作者:Goorwl
    原文地址: https://www.jianshu.com/p/e248f19963fe
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞