Start a new topic
Solved

Unity Android build error: "Unable to merge android manifests."

  Seems to conflict with the ARCore unity SDK -- is there a place in Wikitude's unity plugin files I can remove this conflict? 

.../Temp/StagingArea/AndroidManifest-main.xml:43:13-38 Error:
	Attribute meta-data#com.google.ar.core.min_apk_version@value value=(181012000) from AndroidManifest.xml:43:13-38
	is also present at AndroidManifest.xml:41:13-38 value=(180226000).
	Suggestion: add 'tools:replace="android:value"' to <meta-data> element at AndroidManifest-main.xml:41:9-43:41 to override.

  

1 Comment

I seem to have found a fix: 


Changed core-1.1.0.aar to core-1.1.0.zip, edited the manifest to remove the meta-data item, rezipped it, renamed it core-1.1.0.aar


In Google ARCore SDK Plugin: 181012000

In Wikitude plugin: 180226000


I assume the version ARCore plugin I'm using needed a newer minimum version so I opted to remove it from the Wikitude thing, assuming Wikitude will work fine with a newer version (and it seems to). 

Login or Signup to post a comment