Getting libtmlib.so error while running the application #59
Replies: 1 comment
-
It's working now after upgrading android sdk. thank you |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
while running the sample from the pub.dev , I am getting this error
Connecting to VM Service at ws://127.0.0.1:62808/zstPM9FBGXQ=/ws
Connected to the VM Service.
E/flutter ( 4187): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(java.lang.UnsatisfiedLinkError, dlopen failed: library "libtmlib.so" not found, null, null)
E/flutter ( 4187): #0 StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:648:7)
E/flutter ( 4187): #1 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:334:18)
E/flutter ( 4187):
E/flutter ( 4187): #2 main (package:freerasp_example/main.dart:38:3)
E/flutter ( 4187):
E/flutter ( 4187):
W/reerasp_exampl( 4187): Reducing the number of considered missed Gc histogram windows from 120 to 100
Lost connection to device.
this is triggered while executing this line " await Talsec.instance.start(config);"
Please suggest me
Beta Was this translation helpful? Give feedback.
All reactions