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

couldn't find "libserial.so"' #10

Open
Mustafa33-max opened this issue Aug 16, 2023 · 2 comments
Open

couldn't find "libserial.so"' #10

Mustafa33-max opened this issue Aug 16, 2023 · 2 comments

Comments

@Mustafa33-max
Copy link

couldn't find "libserial.so"'
Java.Lang.UnsatisfiedLinkError
Message=dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/SerialPortPoc.SerialPortPoc-Xu8kvNoUVC6xB8M2zCtTbg==/base.apk"],nativeLibraryDirectories=[/data/app/SerialPortPoc.SerialPortPoc-Xu8kvNoUVC6xB8M2zCtTbg==/lib/arm64, /data/app/SerialPortPoc.SerialPortPoc-Xu8kvNoUVC6xB8M2zCtTbg==/base.apk!/lib/arm64-v8a, /system/lib64]]] couldn't find "libserial.so"

@Mustafa33-max
Copy link
Author

which sdk to use

@Dr-Primary
Copy link

https://github.com/guojiahuiEmily/serial-android this fork has a 64 bit version of the libserial.so file. you will need to make a 'lib' folder under the android project with an 'arm64-v8a' folder inside it. Put the libserial from the other fork in the folder and set its build action to androidnativelibrary.
or you could just use the other fork.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants