Manifest merger failed after import a module

前端 未结 2 1674
没有蜡笔的小新
没有蜡笔的小新 2020-12-11 22:44

Hi I am developing a sdk, and when I add these SDK into a app proyect I get the following error:

Manifest merger failed : Attribute application@appCom

2条回答
  •  误落风尘
    2020-12-11 23:30

    Try applying the suggestion, adding

    tools:replace="android:appComponentFactory"
    

    to the application tag

提交回复
热议问题