有时候项目运行的时候会出现
Installation did not succeed.
The application could not be installed: INSTAL
处理办法:
1.在 AndroidManifest.xml 中添加 tools:ignore="GoogleAppIndexingWarning"
2.在 gradle.properties 添加 android.injected.testOnly=false
这样就可以实现项目的运行
有时候项目运行的时候会出现
Installation did not succeed.
The application could not be installed: INSTAL
处理办法:
1.在 AndroidManifest.xml 中添加 tools:ignore="GoogleAppIndexingWarning"
2.在 gradle.properties 添加 android.injected.testOnly=false
这样就可以实现项目的运行