You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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'
}
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
The text was updated successfully, but these errors were encountered: