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 am writing a Google Cardboard driver for monado. When launching an application (helloXR in this case, the .apk is available on the OpenXR-SDK release page), the application is closing and I have the following error message in the logs
12-05 14:39:13.228 6743 6774 I 100 : Open /data/app/~~JszHwhdspSFSxjKmvU3P8w==/org.freedesktop.monado.openxr_runtime.in_process-c5jji3g_nUG-cA2_oyUXFA==/base.apk took:660ms
12-05 14:39:13.069 2331 2331 I chatty : uid=10190(com.android.systemui) identical 4 lines
12-05 14:39:13.070 2331 2331 D KeyButtonRipple: draw SupportHardware=true Type=ROUNDED_RECT
12-05 14:39:13.233 6743 6774 W System.err: java.lang.ClassNotFoundException: Didn't find class "com.google.cardboard.sdk.qrcode.CardboardParamsUtils" on path: DexPathList[[directory "."],nativeLibraryDirectories=[/system/lib64, /system_ext/lib64, /system/lib64, /system_ext/lib64]]
12-05 14:39:13.234 6743 6774 W System.err: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:207)
12-05 14:39:13.234 6743 6774 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:379)
12-05 14:39:13.234 6743 6774 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
12-05 14:39:13.234 6743 6774 W System.err: java.lang.ClassNotFoundException: Didn't find class "com.google.cardboard.sdk.QrCodeCaptureActivity" on path: DexPathList[[directory "."],nativeLibraryDirectories=[/system/lib64, /system_ext/lib64, /system/lib64, /system_ext/lib64]]
12-05 14:39:13.234 6743 6774 W System.err: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:207)
12-05 14:39:13.234 6743 6774 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:379)
12-05 14:39:13.234 6743 6774 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
12-05 14:39:13.235 6743 6774 F hello_xr.vulka: java_vm_ext.cc:577] JNI DETECTED ERROR IN APPLICATION: RegisterNatives received NULL jclass
12-05 14:39:13.235 6743 6774 F hello_xr.vulka: java_vm_ext.cc:577] in call to RegisterNatives
Followed by a very lengthy stacktrace.
We are using a minSdk of 26 so MultiDex should be enabled by default.
SMARTPHONE (please complete the following information):
Thank you for reporting this issue. I confirm I’m able to reproduce the issue locally. It has been added to our backlog and will be prioritized along with other issues. We'll update this issue once we have some updates about it.
SPECIFIC ISSUE ENCOUNTERED
I am writing a Google Cardboard driver for monado. When launching an application (helloXR in this case, the
.apk
is available on the OpenXR-SDK release page), the application is closing and I have the following error message in the logsFollowed by a very lengthy stacktrace.
We are using a
minSdk
of 26 so MultiDex should be enabled by default.SMARTPHONE (please complete the following information):
STEPS TO REPRODUCE THE ISSUE
adb logcat
EXPECTED BEHAVIOR
Cardboard_initializeAndroid
runs successfully and the helloXR application launches.VERSIONS USED
What version of Google Cardboard are you using?
Cardboard SDK 1.26.0
LINK TO A REPOSITORY WITH CODE TO REPRODUCE THE BUG
https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2363
The text was updated successfully, but these errors were encountered: