AndroidStudio安装错误Error: INSTALL_FAILED_TEST_ONLY’
完整报错:Installation failed due to: ‘Failed to commit install session 1326060984 with command cmd package install-commit 1326060984. Error: INSTALL_FAILED_TEST_ONLY’
解决方法:
在gradle.properties中添加一行代码
android.injected.testOnly=false
原文链接:https://blog.csdn.net/vfush/article/details/80320596