【问题标题】:The application has to have the last version of Google Play for AR该应用程序必须具有最新版本的 Google Play for AR
【发布时间】:2022-01-21 22:21:14
【问题描述】:

我有一个使用 ARCore (android) 的应用程序,在我将 targetSdk 版本从 29 更新到 30 后,我看到一些设备收到通知(当应用程序启动时)需要更新Google Play for AR,但我没有任何关于 AR 的更新,看起来我有它的最新版本。

它只发生在某些设备上,例如 Pixel 4XL,但它在三星 Note 9 上完美运行

什么是可能的问题?

【问题讨论】:

    标签: android arcore


    【解决方案1】:

    最后,我找到了解决方案。根据这个答案 - https://stackoverflow.com/a/68255789/5709159

    需要更新此依赖项

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

    我的版本是1.13.0,可用的是1.29.0,更新后问题消失了

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-10-14
      • 1970-01-01
      • 2023-03-15
      • 1970-01-01
      相关资源
      最近更新 更多