手机调试安装失败(报错常见在 oppo、vivo手机上) 报错
Installation did not succeed.
The application could not be installed: INSTALL_FAILED_TEST_ONLY
解决办法:在gradle.properties中添加 android.injected.testOnly=false
手机调试安装失败(报错常见在 oppo、vivo手机上) 报错
Installation did not succeed.
The application could not be installed: INSTALL_FAILED_TEST_ONLY
解决办法:在gradle.properties中添加 android.injected.testOnly=false