android - 适用于 AR 的 Google Play Services 需要最新版本错误

标签 android android-studio google-play-services arcore

我正在为 Android 开发一个 AR Core 应用程序,并打算在安装了 Android 11 的 Pixel 4 上对其进行测试。该手机具有最新版本的 Google Play 增强现实服务,但该应用程序无法识别这一点,并且总是要求对其进行更新。即使在更新页面,也没有更新按钮,因为服务已经是最新版本。该应用程序可以在 Galaxy S20+ 等其他设备上运行。这是一个已知的问题?有解决方法吗?
Google Play Services for AR Update page

最佳答案

您很可能已注释掉

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


来自 https://developers.google.com/ar/develop/java/enable-arcore在撰写本文时仍然需要。

关于android - 适用于 AR 的 Google Play Services 需要最新版本错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64939892/

相关文章:

Android Studio 项目已经注册

Android Studio 中的 Javadoc @link 引用

java - Android Studio 拒绝运行 main()

android - 将 Playstore 添加到 Android Studio 模拟器

android - onConnected() 未被调用以获取位置更新(用于位置的 GooglePlayApi)

android - 在android中禁用微调器

android - 从 Cordova plugin.xml 添加 android :name ="something" to AndroidManifest. xml "application"标签

android - INSTALL_REFERRER BroadcastReceiver 不工作

android - 具有普通 fragment 和支持 fragment 的 AppCompatActivity

android - 在 alpha 版本中更改 android 应用程序的包名称