-
Notifications
You must be signed in to change notification settings - Fork 21
Description
I can't get the example app to run (in the simulator). Is the example app broken?
I'm getting the following error in the logs:
2025-03-11 21:15:38.484 11384-11384 LynxEnv com.lynx.kotlinemptyproject E dlopen failed: library "libquick.so" not found. Loader used was: com.lynx.tasm.LynxEnv$$ExternalSyntheticLambda0@b416341
2025-03-11 21:15:38.486 11384-11384 linemptyproject com.lynx.kotlinemptyproject E No implementation found for void com.lynx.tasm.LynxEnv.nativeSetLocalEnv(java.lang.String, java.lang.String) (tried Java_com_lynx_tasm_LynxEnv_nativeSetLocalEnv and Java_com_lynx_tasm_LynxEnv_nativeSetLocalEnv__Ljava_lang_String_2Ljava_lang_String_2) - is the library loaded, e.g. System.loadLibrary?
2025-03-11 21:15:38.487 11384-11384 LynxDevtoolEnv com.lynx.kotlinemptyproject E java.lang.UnsatisfiedLinkError: No implementation found for void com.lynx.tasm.LynxEnv.nativeSetLocalEnv(java.lang.String, java.lang.String) (tried Java_com_lynx_tasm_LynxEnv_nativeSetLocalEnv and Java_com_lynx_tasm_LynxEnv_nativeSetLocalEnv__Ljava_lang_String_2Ljava_lang_String_2) - is the library loaded, e.g. System.loadLibrary?
2025-03-11 21:15:38.493 11384-11384 AndroidRuntime com.lynx.kotlinemptyproject E FATAL EXCEPTION: main (Ask Gemini)
Process: com.lynx.kotlinemptyproject, PID: 11384
java.lang.UnsatisfiedLinkError: No implementation found for void com.lynx.tasm.LynxEnv.nativeSetLocalEnv(java.lang.String, java.lang.String) (tried Java_com_lynx_tasm_LynxEnv_nativeSetLocalEnv and Java_com_lynx_tasm_LynxEnv_nativeSetLocalEnv__Ljava_lang_String_2Ljava_lang_String_2) - is the library loaded, e.g. System.loadLibrary?
at com.lynx.tasm.LynxEnv.nativeSetLocalEnv(Native Method)
at com.lynx.devtool.LynxDevtoolEnv.syncToNative(LynxDevtoolEnv.java:242)
at com.lynx.devtool.LynxDevtoolEnv.initSyncToNative(LynxDevtoolEnv.java:158)
at com.lynx.devtool.LynxDevtoolEnv.init(LynxDevtoolEnv.java:96)
at com.lynx.service.devtool.LynxDevToolService.devtoolEnvInit(LynxDevToolService.kt:238)
at com.lynx.tasm.LynxEnv.initDevtoolEnv(LynxEnv.java:638)
at com.lynx.tasm.LynxEnv.init(LynxEnv.java:275)
at com.lynx.tasm.LynxEnv.init(LynxEnv.java:202)
at com.lynx.kotlinemptyproject.YourApplication.initLynxEnv(YourApplication.kt:40)
at com.lynx.kotlinemptyproject.YourApplication.onCreate(YourApplication.kt:22)
at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1386)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7504)
at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2416)
at android.os.Handler.dispatchMessage(Handler.java:107)
at android.os.Looper.loopOnce(Looper.java:232)
at android.os.Looper.loop(Looper.java:317)
at android.app.ActivityThread.main(ActivityThread.java:8705)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:886)
2025-03-11 21:15:41.090 628-3714 TaskPersister system_server E File error accessing recents directory (directory doesn't exist?).
---------------------------- PROCESS ENDED (11384) for package com.lynx.kotlinemptyproject ----------------------------