AS报:Manifest merger failed with multiple errors, see logs

* What went wrong:
Execution failed for task ':app:processDebugManifest'.
 Manifest merger failed with multiple errors, see logshtml

 

解决办法:在AndroidManifest.xml的application增长tools:replace="android:name"android

    <application
        android:name=".BaseApplication"
        android:allowClearUserData="true"
        android:icon="@drawable/icon"
        android:label="@string/app_name"
        tools:replace="android:name"
        android:largeHeap="true">
相关文章
相关标签/搜索