Session ‘app’: Installation did not succeed The application could not be installed: INSTALL_FAILED_TEST_ONLY 解决方案 在gradle.properties,添加 android.injected.testOnly = false 然后就ok了,原因不详