AS 实机运行错误 The application could not be installed: INSTALL_FAILED_TEST_ONLY

103 阅读1分钟

解决办法

找到 gradle.properties 添加

#testOnly
android.injected.testOnly=false