整个错误是这样的

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-10-19
  • 2021-08-01
  • 2021-09-27
  • 2021-09-27
  • 2021-11-04
  • 2021-09-25
  • 2021-08-15
  • 2021-09-08
猜你喜欢
  • 2020-05-10
  • 2019-11-10
  • 2020-05-15
  • 2019-11-05
  • 2021-10-16
  • 2021-11-21
  • 2018-11-22
  • 2021-08-08
相关资源
相似解决方案