Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Play Services for AR requires latest version error

I am developing an AR Core app for android and was going to test it on a Pixel 4 with Android 11 installed. The phone has the latest version of Google Play Services for AR yet the app does not recognise this and always asks to update it. Even at the update page, there's no button to update as the service is already in the latest version. The app does work on other devices such the Galaxy S20+. Is this a known issue? Is there a workaround to this?

Google Play Services for AR Update page

like image 407
Sugan Avatar asked Nov 21 '20 04:11

Sugan


People also ask

Is Google Play Services for AR necessary?

Google has no mandatory system requirements for ARCore-supported devices. According to a report by XDA Developers, a device at least needs Android 7.0 Nougat to run, however, some devices will need newer Android versions to run it.

What is Google Play Services for AR on my Samsung phone?

Google Play Services for AR is automatically installed and updated on supported devices. This service unlocks augmented reality (AR) experiences built using ARCore. Automatic updates ensure that apps with AR functionality work without requiring an additional download. This service was previously known as ARCore.


2 Answers

Most likely you commented out

dependencies { … implementation 'com.google.ar:core:' }

From https://developers.google.com/ar/develop/java/enable-arcore at the time of writing that is still needed.

like image 91
czane Avatar answered Oct 03 '22 03:10

czane


You have not updated the Google Play services for AR app or the device memory is full too many times. The other reason could be that the smartphone device that you are using is too hot or has memory problems. The software such as Google Play services for AR can also crash involuntarily because of memory problems or if the phone's system is unable to perform well, which can be the reason for the problems like AR not being compatible with Google play services.

Sometimes editing for a long time may cause a problem with the app. But, you can simply just close the app to avoid the error and reopen to see if it is functioning. For closing it completely, you must remove it from the working tabs on your smartphone as well.

Restart Your Phone If the AR is still not working even after doing the previous step, just restart your phone. Sometimes an app malfunctions because the phone is heated or there are a lot of working apps. To restart, long-press the Screen Lock button on the side of your phone and choose 'Restart.' As soon the phone starts, check if the app error persists. what i would do last is try to Clear Cache Clearing cache would help to reduce weight on the app and the excessive space it occupies in the device. To clear cache from Google Play Services for AR app:

Open Settings App Tap on Apps & Notifications Now, tap on Storage and then on Clear Cache Reinstall the App Reinstalling the apps that are not working can stop the malfuction completely. Reinstalling Google Play Services for AR should also trick google into thinking everything is the latest update (even though you said it is, an issue may require a bit of trickery to get it to work). First, uninstall the app from your Android smartphone and then go to the Play Store to install the app. After installing, check again if the app is compatible or not.

i also found this under 'Details on Google Play Services for AR Apks:' ' Automatic updates ensure that apps with AR functionality work without requiring an additional download. Install this service and unlock new ways to shop, learn, create and experience the world together. If your smartphone device does not support Google Play Services for AR, then wait for Google to add your device in their extensive library.' that may be your final answer, contact support to see if they can speed up the process because otherwise you will have to just wait

like image 31
Montresor Avatar answered Oct 03 '22 02:10

Montresor