真机调试: The application could not be installed: INSTALL_FAILED_TEST_ONLY
Android连接真机调试时报错:The application could not be installed: INSTALL_FAILED_TEST_ONLY
解决办法 : 在gradle.properties 文件中添加代码:
android.injected.testOnly=false

Android连接真机调试时报错:The application could not be installed: INSTALL_FAILED_TEST_ONLY
解决办法 : 在gradle.properties 文件中添加代码:
android.injected.testOnly=false
