java - AR核心 : what is the min SDK version supported ?

标签 java android arcore

它写在这个页面上:

https://developers.google.com/ar/develop/java/getting-started

“您的应用的 minSDKVersion 必须为 19 或更高版本”(Android 4.1)

但是在hello_ar_java项目的gradle文件中是这样写的:

 // 24 is the minimum since ARCore only works with 24 and higher.
        minSdkVersion 24

使用 ARCore 的真正最低 Android 版本是多少?

谢谢。

最佳答案

要使用 ARCore 功能,您需要使用 API 24 或更高版本。该库本身可以在 19 中使用,但它会优雅地告诉您该设备不受支持。这允许应用程序仍然可以在旧版本的 Android 上运行,但从 24 开始利用 ARCore。

关于java - AR核心 : what is the min SDK version supported ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48687881/

相关文章:

java - 插入带有动画的 JList

java - 如何从使用netbeans编写的java代码访问shell脚本文件中的变量值

java - 正则表达式通配符匹配

Android EditText,软键盘显示/隐藏事件?

java - 通过 JNI 将 ByteBuffer 从 Java 传递到 C++

java - 从 Java : Possible ? 调用 WinMain 还有其他方法吗?

android - 录制时屏幕熄灭,预览损坏

javascript - 使用 loadUrl() 在 android webview 中加载 JavaScript

android - 在没有 ArCore 的情况下与 SceneView 内的 3D 模型交互

augmented-reality - AR核心: Snapchat like face filtering