解决小米手机Android Studio安装app 报错的问题It is possible that this issue is resol...
解决小米手机Android Studio安装app 报错的问题It is possible that this issue is resolved by uninstalling an existi
问题描述
- Installation failed with message Failed to establish session.
- 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?
解决方法
设置Android Studio 中Instant Run中的选项为不选中
- 根据以下路径,找到Instant Run中的选项
File —— Settings——Build,Execution,Deployment——Instant Run -
将Enable Instant Run to hot swap code/resource changes on deploy(default enabled)的选择框取消。