tools:replace specified at line: for attribute android:appComponentFactory, but no new value specified main manifest (this file), line
按照其建议加上 tools:replace="android:appComponentFactory" 后依然报错:
解决:
<application
tools:replace="android:appComponentFactory" //除了这行之外
android:appComponentFactory="任意字符" //还要加上这一行
版权声明:本文为weixin_40611659原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。