jpush-react-native icon indicating copy to clipboard operation
jpush-react-native copied to clipboard

Android couldn't find DSO to load: libreactnativejni.so

Open GZLGIT opened this issue 3 years ago • 0 comments

你的运行环境

  • 插件版本:
  • react-native 版本:0.59

期望效果

启动不应该闪退

实际效果

下载了app之后,打开app 还没有初始化极光,就闪退了

重现步骤

  1. 混合打包安卓 armeabi-v7a arm64-v8a
  2. 在OPPO R9M (android 5.1)上 启动就闪退
  3. ... 4.但是如果我只打包一个armeabi-v7a 是没有问题的

Debug logs

Android : couldn't find DSO to load: libreactnativejni.so caused by: couldn't find DSO to load: libfb.so caused by: couldn't find DSO to load: libc++_shared.so caused by: dlopen failed: "/data/data/com.xxxx.xxxxx/lib-main/libc++_shared.so" is 64-bit instead of 32-bit

GZLGIT avatar Aug 01 '22 07:08 GZLGIT