The ARCore dependency type com.google.ar.core is missing from the AndroidManifest.xml file

I got this error The ARCore dependency type com.google.ar.core is missing from the AndroidManifest.xml file although the meta-data tag com.google.ar.core.min_apk_version has been specified.
when I tried to upload my aab file onto google play console.

I have tried to add <xmlns:tools=”http://schemas.android.com/tools” and (meta-data tools:replace=”android:value” android:name=”com.google.ar.core.min_apk_version” android:value=”19″ />
<meta-data android:name=”com.google.ar.core” android:value=”optional” /)<meta-data 1android:name=”com.google.ar.core” android:value=”optional” />> into my AndroidManifest.xml but this issue still persist. But this project does not even have ar core package.

AndroidManifest.xml

  • Solved by changing ARCore Requirement to Optional in Vuforia Configuration.

    – 

Leave a Comment