Android 安装APP 失败 INSTALL_FAILED_TEST_ONLY 发表于 2020-08-07 分类于 Android 阅读次数: android studio 进行真机安装时失败,报错: Installation did not succeed.The application could not be installed: INSTALL_FAILED_TEST_ONLYInstallation failed due to: ‘null’ 解决办法在gradle.properties 文件中添加 android.injected.testOnly=false