0
点赞
收藏
分享

微信扫一扫

【错误记录】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. out waiting for process (cn.qymusic.midi) to appear on huawei-ctr_al00-PXUYD22628020934. did not succeed. 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.

【错误记录】Android Studio 真机运行 Apk 应用报错 ( The application could not be installed: SHELL_UNRESPONSIVE )_解决方案






二、解决方案


方案一

部分真机会有二次安装验证 , 如下图 , 点击继续安装才可以 , 如果安装超时 , 则会报上述错误 ;

【错误记录】Android Studio 真机运行 Apk 应用报错 ( The application could not be installed: SHELL_UNRESPONSIVE )_解决方案_02

方案二

选择 " 菜单栏 / File / Invalidate Caches/ Restart " 选项 ;

【错误记录】Android Studio 真机运行 Apk 应用报错 ( The application could not be installed: SHELL_UNRESPONSIVE )_报错信息_03

方案三

如果是 Android 模拟器 , 可以尝试删除该模拟器 , 重新创建模拟器 ;


举报

相关推荐

0 条评论