Android 安装APP 失败 INSTALL_FAILED_TEST_ONLY

android studio 进行真机安装时失败,报错:

Installation did not succeed.
The application could not be installed: INSTALL_FAILED_TEST_ONLY
Installation failed due to: ‘null’

解决办法

gradle.properties 文件中添加

android.injected.testOnly=false