导入三方时出现: appComponentFactory 错误

根据错误提示,在manifest中添加

tools:replace="android:appComponentFactory" 后依然报错

解决方法

<application
 tools:replace="android:appComponentFactory" //除了这行之外
   android:appComponentFactory="任意字符" /> //还要加上这一行

发布了24 篇原创文章 · 获赞 2 · 访问量 8199

猜你喜欢

转载自blog.csdn.net/Dragonlongbo/article/details/104905469