整个错误是这样的

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"

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

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

相关文章:

  • 2021-06-30
  • 2022-01-23
  • 2021-06-17
  • 2021-09-04
  • 2021-10-13
  • 2021-08-19
  • 2021-05-03
猜你喜欢
  • 2021-07-26
  • 2022-12-23
  • 2022-01-28
  • 2021-04-11
  • 2022-01-02
  • 2021-11-28
相关资源
相似解决方案