Start a new topic

Can't publish Google Play - ArCore is missing although the meta-data tag com.google.ar.core has been specified.

Hi!

I've being working on a project using Image Recognition for a while and running on devices or installing apk worked just fine.

Now I'm trying to publish the app and the following message shows up when I try to upload the apk:

The ARCore dependency minimum version code com.google.ar.core.min_apk_version is missing from the AndroidManifest.xml file although the meta-data tag com.google.ar.core has been specified.

The .aar file for ArCore is already inside Plugins/Android folder, but it doesn't seem to work.

Any ideas?

Thanks!


Hi Alberto,


If you only want to use ImageRecognition you don't need to add ARCore as dependency since we currently don't use it.


Best Regards,

Alex




1 person likes this

Hi Alex,
Thanks, actually I've realized then that I probably could delete the reference and everything should be fine, so I deleted the plugin from project and everything worked just fine.

Login or Signup to post a comment