真的不想吐槽vivo手机了
连接真机测试安装APP失败报如下错误
Installation did not succeed.
The application could not be installed: INSTALL_FAILED_TEST_ONLY
Installation failed due to: 'null'
Retry
解决办法如下

打开gradle.properties这个文件,添加如下代码
android.injected.testOnly=false;
保存再去测试一下
本文解决了在vivo手机上进行APP测试时遇到的安装失败问题,通过修改gradle.properties文件中的设置,成功克服了'INSTALL_FAILED_TEST_ONLY'错误。
5540





