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

Android Studio 开发错误 Installation failed with message INSTALL_FAILED_SHARED_USER_INCOMPATIBLE
很崩溃 再三检查了手机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

这一项不勾选

重新build ok 安装成功

相关文章:

  • 2021-07-19
  • 2021-12-06
  • 2022-01-10
  • 2021-08-02
  • 2021-08-14
  • 2021-08-24
  • 2021-10-28
  • 2021-05-18
猜你喜欢
  • 2021-05-08
  • 2021-11-07
  • 2022-12-23
  • 2021-11-29
  • 2022-01-18
  • 2021-11-25
  • 2022-12-23
相关资源
相似解决方案