-
Notifications
You must be signed in to change notification settings - Fork 286
Open
Labels
Description
I'm trying to run hello_xr on my android phone, The build was successful but when i run the app i get the following errors. I have included the android loader in build.gradle file. I am using monado as runtime
dependencies {
implementation 'org.khronos.openxr:openxr_loader_for_android:1.1.43'
}
libc++abi org...onos.openxr.hello_xr.opengles E terminating with uncaught exception of type jni::InitializationException: JNI not initialized
libc org...onos.openxr.hello_xr.opengles A Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 17791 (Thread-3), pid 17750 (llo_xr.opengles)
i am also getting an error in logcat
OpenGLRenderer org...onos.openxr.hello_xr.opengles Device claims wide gamut support, cannot find matching config, error = EGL_SUCCESS
Any help is appreciated