After I imported a new plaguin I get this error: Manifest merger failed with errors. I added the appodeal plug in to my game and that error occured

Before I added the appodeal plug in everything was fine, but I also have unity ads and google services installed, so maybe that’s part of the problem. I also removed the target sdk version from the manifest because I thought it will help but it didn’t.
This is the appodeal manifest :

<uses-sdk android:minSdkVersion="14"/>
<application android:allowBackup="true" android:networkSecurityConfig="@xml/network_security_config"
             android:name="androidx.multidex.MultiDexApplication">

    <uses-library android:name="org.apache.http.legacy" android:required="false"/>
</application>

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>

<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>

<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>

<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>

<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES"/>

<uses-permission android:name="android.permission.VIBRATE"/>

same here :frowning:

:com.my.target.mytarget-sdk-5.11.7:] /Users/ykdev/.gradle/caches/transforms-2/files-2.1/5f3c615a5d99a7408283be6012fe93e8/AndroidManifest.xml:15:9-54 Error:
Missing ‘package’ key attribute on element package at [:com.my.target.mytarget-sdk-5.11.7:] AndroidManifest.xml:15:9-54
[:com.my.target.mytarget-sdk-5.11.7:] /Users/ykdev/.gradle/caches/transforms-2/files-2.1/5f3c615a5d99a7408283be6012fe93e8/AndroidManifest.xml Error:
Validation failed, exiting
Note: /Users/ykdev/Documents/SourceCode/rainingwords/Temp/gradleOut/unityLibrary/src/main/java/com/unity3d/player/UnityPlayerActivity.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ‘:launcher:processReleaseManifest’.

Manifest merger failed with multiple errors, see logs

Hi
I have the same issue. Unity 2018.4.25f1. Appodeal-Unity-Plugin-2.11.2-11.12.2020
Any news here? Did you manage to fix it?