0
点赞
收藏
分享

微信扫一扫

Android studio用真机进行调试时报错The application could not be installed: INSTALL_FAIL

残北 2022-01-30 阅读 64


当Android studio用真机进行调试时,安装app失败,而且还报以下错误:

Session 'app': Installation did not succeed.
The application could not be installed: INSTALL_FAILED_TEST_ONLY
Retry

如图:

Android studio用真机进行调试时报错The application could not be installed: INSTALL_FAIL_android

解决方法:

只需要在gradle.properties

文件增加​​android.injected.testOnly=false​

Android studio用真机进行调试时报错The application could not be installed: INSTALL_FAIL_android studio_02



举报

相关推荐

Android Studio真机无线调试

0 条评论