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"/>