该应用程序必须具有 Google Play for AR 的最新版本

The application has to have the last version of Google Play for AR

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

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

可能的问题是什么?

终于,我找到了解决办法。根据这个答案 -

需要更新此依赖关系

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

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