使用真机连接Android Studio测试时出现这样的错误:

It is possible that this issue is resolved by uninstalling an existi

解决方法:

设置Android Studio 中Instant Run中的选项为不选中

  1. 根据以下路径,找到Instant Run中的选项 
    File —— Settings——Build,Execution,Deployment——Instant Run
  2. 将Enable Instant Run to hot swap code/resource changes on deploy(default enabled)的选择框取消。

It is possible that this issue is resolved by uninstalling an existi
 
 
 
3.点击Apply,保存设置就OK了。

相关文章:

  • 2022-01-04
  • 2021-11-13
  • 2022-01-31
  • 2022-12-23
  • 2021-06-08
  • 2022-01-01
  • 2022-12-23
猜你喜欢
  • 2021-11-21
  • 2021-07-26
  • 2021-07-06
  • 2021-10-26
  • 2021-11-16
相关资源
相似解决方案