出错log:java.lang.UnsatisfiedLinkError: dlopen failed: library "/system/lib/libskytvjni.so" needed or dlopened by "/system/lib/libnativeloader.so" is not accessible for the namespace "classloader-namespace"

解决办法:在system/etc/public.libraries.txt中添加该so的全名 ,即我的libtestJniNative.so

refs:

https://blog.csdn.net/weixin_40550094/article/details/79488076

http://blog.csdn.net/ngyzqf/article/details/78991929

相关文章:

  • 2021-05-07
  • 2022-12-23
  • 2021-06-11
  • 2022-01-04
  • 2022-12-23
  • 2021-08-29
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-23
  • 2021-04-13
  • 2021-06-13
相关资源
相似解决方案