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

整個錯誤是這樣的


項目application的label屬性衝突導致。在項目的Manifest.xml文件裏的application中加入

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

 tools:replace="label"


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

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章