flutter——android报错建议Suggestion: add 'tools:replace="android:label"'

问题:

安装了一个新包,android出现了报错,建议add ‘tools:replace="android:label"‘。

原因:

项目application的label属性冲突导致

解决办法:

在android/app/src/main/AndroidManifest.xml文件中添加

<application
        ......
        ......
     // 添加下面两行 xmlns:tools
="http://schemas.android.com/tools" tools:replace="label" ...... ...... > ............ ............ </application>

 

END-------------------

火车驶向云外,梦安魂于九霄

 

flutter——android报错建议Suggestion: add 'tools:replace="android:label"'

上一篇:js实现无缝连接轮播图(四)点击小圆点,移动图片


下一篇:在Windows平台的虚拟机中安装MacOS进行IOS开发流程(个人踩坑)- MacOS虚拟机安装教程