Android Studio 开发错误 Installation failed with message INSTALL_FAILED_SHARED_USER_INCOMPATIBLE

新的项目第一次编译运行就出现了如下的错误
编译过了,但是安装不上去

Android Studio 开发错误 Installation failed with message INSTALL_FAILED_SHARED_USER_INCOMPATIBLE_第1张图片
1

很崩溃 再三检查了手机usb调试和安装,没有问题,之后问了群里大佬
得到了一些解答方案

  • 1.Removed existing application (if it is already installed )

  • 2.Removed share user ID from android manifest

  • 3.Bulid the application.

  • 4.Now enter share user ID again

  • 5.build the application 1 more time
    最终采取


    Android Studio 开发错误 Installation failed with message INSTALL_FAILED_SHARED_USER_INCOMPATIBLE_第2张图片
    2

这一项不勾选

重新build ok 安装成功

你可能感兴趣的:(Android Studio 开发错误 Installation failed with message INSTALL_FAILED_SHARED_USER_INCOMPATIBLE)