mobfishgmbh / Cardboard-VR-Unity-SDK

Apache License 2.0
56 stars 11 forks source link

Manifest merge issue on android #96

Open andypoly opened 3 years ago

andypoly commented 3 years ago

Perhaps not specific to this plugin but using it with another plugin in Unity (2019 LTS) and building for Android I get merge conflicts with the manifest. Anyone know the fix / likely issue?

Manifest merger failed : Attribute application@appComponentFactory value=(androidx.core.app.CoreComponentFactory) from [androidx.core:core:1.0.0] AndroidManifest.xml:22:18-86 is also present at [com.android.support:support-compat:28.0.0] AndroidManifest.xml:22:18-91 value=(android.support.v4.app.CoreComponentFactory). Suggestion: add 'tools:replace="android:appComponentFactory"' to element at AndroidManifest.xml:5:3-83 to override.