今天刚刚开始测试Android 项目的时候遇到了一个问题 无法在手机上运行报错如下:

application installation failed

Installation failed with message Failed to finalize session : INSTALL_FAILED_USER_RESTRICTED: Install canceled by user.
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!

在stack overflow上查找后找到了解决方法如下:
1.

Click Build tab ---> Clean Project

Click Build tab ---> Build APK

Run.

我自己试了这种方法发现失败然后尝试了第二种

2.

74down voteaccepted

I found the solution go to

settings>build,execute,deployment>instant run>Enable instant run to hot swap code /resource change on deploy(unchecked this option)

成功

Android Installation failed with message Invalid File

把Enable Instant的勾去掉再运行即可

相关文章:

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