licheedev / Android-SerialPort-API

Fork自Google开源的Android串口通信Demo,修改成Android Studio项目
https://code.google.com/archive/p/android-serialport-api/
Apache License 2.0
1.3k stars 374 forks source link

so问题 #39

Open zhaozhaopeng68 opened 3 years ago

zhaozhaopeng68 commented 3 years ago

java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.xxxx-6/base.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]]] couldn't find "libserial_port.so"

ShengjieGeng commented 2 years ago

java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.xxxx-6/base.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]]] couldn't find "libserial_port.so"

手动把这个so push到system/lib目录下就行了吧

dlvip commented 1 year ago

这个so在哪里找 项目中没有找到这个so