You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by GitBox <gi...@apache.org> on 2019/12/10 08:51:00 UTC

[GitHub] [incubator-weex] YorkShen commented on issue #3066: [Android] 使用最新版0.28.0偶尔会出现这个crash,libjsc.so + 0x612a64,请大佬看看有没有办法解决?

YorkShen commented on issue #3066: [Android] 使用最新版0.28.0偶尔会出现这个crash,libjsc.so + 0x612a64,请大佬看看有没有办法解决?
URL: https://github.com/apache/incubator-weex/issues/3066#issuecomment-563930832
 
 
   1. `libjsc.so` is in [jsc-android](https://www.npmjs.com/package/jsc-android), you should ask them.
   2. According to my knowledge, `libjsc.so` only supports `armeabi-v7a`, `arm64-v8a`, `x86`. Check whether your device and apk run on these CPU architecture. If not, then this crash is normal, `libjsc.so` just doesn't support this case.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services