Manifest merger failed with multiple errors, see logs
Android studio编译出现Manifest merger failed with multiple errors, see logs
问题,命令行输入gradlew processDebugManifest --stacktrace
,查看错误详情:
因为一开始运行报错提示添加tools:replace="android:appComponentFactory"
,加上之后还报错 tools:replace specified at line:7 for attribute android:appComponentFactory, but no new value specified
,因为android:appComponentFactory没有对应值,所以在AndroidManifest.xml文件中,再添加一行android:appComponentFactory="任意字符"
,如下:
`