错误记录Android Studio 真机运行 Apk 应用报错 ( The application could not be installed: SHELL_UNRESPONSIVE )
Posted 韩曙亮
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了错误记录Android Studio 真机运行 Apk 应用报错 ( The application could not be installed: SHELL_UNRESPONSIVE )相关的知识,希望对你有一定的参考价值。
文章目录
一、报错信息
Android Studio 真机运行 Apk 应用报错 :
10/10 11:21:19: Launching 'APP_MIDI' on HUAWEI CTR-AL00.
Timed out waiting for process (cn.qymusic.midi) to appear on huawei-ctr_al00-PXUYD22628020934.
Installation did not succeed.
The application could not be installed: SHELL_UNRESPONSIVE
List of apks:
[0] 'D:\\002_Project\\Application\\APP\\build\\outputs\\apk\\debug\\APP-debug.apk'
The device timed out while trying to install the application.
Retry
二、解决方案
方案一
部分真机会有二次安装验证 , 如下图 , 点击继续安装才可以 , 如果安装超时 , 则会报上述错误 ;
方案二
选择 " 菜单栏 / File / Invalidate Caches/ Restart " 选项 ;
方案三
如果是 android 模拟器 , 可以尝试删除该模拟器 , 重新创建模拟器 ;
以上是关于错误记录Android Studio 真机运行 Apk 应用报错 ( The application could not be installed: SHELL_UNRESPONSIVE )的主要内容,如果未能解决你的问题,请参考以下文章
Android Studio 虚拟机运行错误(The ADB binary found at XX is obsolete and ...)索性换成真机调试