Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NoClassDef java/nio/file/Paths #492

Closed
Nailik opened this issue Aug 20, 2023 · 1 comment
Closed

NoClassDef java/nio/file/Paths #492

Nailik opened this issue Aug 20, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@Nailik
Copy link
Owner

Nailik commented Aug 20, 2023

Caused by java.lang.ClassNotFoundException: Didn't find class "java.nio.file.Paths" on path: DexPathList[[zip file "/data/app/org.rhasspy.mobile.android-1/base.apk", zip file "/data/app/org.rhasspy.mobile.android-1/split_config.arm64_v8a.apk", zip file "/data/app/org.rhasspy.mobile.android-1/split_config.xhdpi.apk"],nativeLibraryDirectories=[/data/app/org.rhasspy.mobile.android-1/lib/arm64, /data/app/org.rhasspy.mobile.android-1/base.apk!/lib/arm64-v8a, /data/app/org.rhasspy.mobile.android-1/split_config.arm64_v8a.apk!/lib/arm64-v8a, /data/app/org.rhasspy.mobile.android-1/split_config.xhdpi.apk!/lib/arm64-v8a, /vendor/lib64, /system/lib64]]
at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
at java.lang.ClassLoader.loadClass(ClassLoader.java:469)
at okio.Path.toNioPath(Path.java:48)
at org.rhasspy.mobile.platformspecific.extensions.PathExtensionsKt.commonSource(PathExtensions.kt:48)
at org.rhasspy.mobile.logic.services.mqtt.MqttService.audioCaptured(MqttService.java:48)
at org.rhasspy.mobile.logic.services.dialog.states.StateTransition.transitionToTranscribingIntentState(StateTransition.kt:48)
at org.rhasspy.mobile.logic.services.dialog.dialogmanager.mqtt.DialogManagerMqtt.onStopListening(DialogManagerMqtt.java:71)
at org.rhasspy.mobile.logic.services.dialog.dialogmanager.mqtt.DialogManagerMqtt.onAction(DialogManagerMqtt.java:71)
at org.rhasspy.mobile.logic.services.dialog.DialogManagerService.onAction(DialogManagerService.kt:71)
at org.rhasspy.mobile.logic.middleware.ServiceMiddleware$action$1.invokeSuspend(ServiceMiddleware.kt:965)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:9)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt)
at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt)
at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt)

@Nailik Nailik added the bug Something isn't working label Aug 20, 2023
@Nailik
Copy link
Owner Author

Nailik commented Aug 21, 2023

closed b #493

@Nailik Nailik closed this as completed Aug 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

1 participant