Suggestion: add 'tools:replace="android:label"' to element at AndroidManifest.xml:

整个错误是这样的

Suggestion: add 'tools:replace=

项目application的label属性冲突导致。在项目的Manifest.xml文件里的application中加入

xmlns:tools="http://schemas.android.com/tools"

 tools:replace="label"

Suggestion: add 'tools:replace=

重新运行,就可以了!!!

你可能感兴趣的:(Android,Studio报错)