Closed psklf closed 3 years ago
Thanks for reporting this issue. This issue is caused by the fact that NDK r20 stopped bundling glm
as part of the Vulkan distribution.
Options if this issue is blocking you:
glm
library in an upcoming release of the ARCore SDK for Androidglm
from https://glm.g-truc.net/0.9.9/index.htmlglm.h
SPECIFIC ISSUE ENCOUNTERED
When build hello_ar_c sample project, build fail.
VERSIONS USED
Android Studio: Android Studio 3.4.1 Build #AI-183.6156.11.34.5522156, built on May 2, 2019 JRE: 1.8.0_152-release-1343-b16-5323222 amd64 JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o Linux 4.4.0-21-generic
ARCore SDK for Android: 1.9.0
Device manufacturer, model, and O/S: N/A
ARCore: On Windows, use:
adb shell pm dump com.google.ar.core | findstr /i "packages: versionName"
On macOS, use:adb shell pm dump com.google.ar.core | egrep -i versionName\|packages:
N/AOutput of
adb shell getprop ro.build.fingerprint
: N/ASTEPS TO REPRODUCE THE ISSUE
WORKAROUNDS (IF ANY)
Use the NDK of version 19c
ADDITIONAL COMMENTS
Can't find the GLM in NDK directory (version 20)