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

2019-12-12 Thread GitBox
YorkShen commented on issue #3066: [Android] 使用最新版0.28.0偶尔会出现这个crash,libjsc.so 
+ 0x612a64,请大佬看看有没有办法解决?
URL: https://github.com/apache/incubator-weex/issues/3066#issuecomment-564922389
 
 
   1. For ABI problems, both of your CPU architecture and `abiFilters` in your 
build.gradle matter.
   2. Again, you should ask developers of libjsc, I can't answer your problem 
on behalf of them.
   3. If you don't like the `libjsc`, you can switch back to the legacy 
libJavaScriptCore by building weex from source. Your can take the [travis 
file](https://github.com/apache/incubator-weex/blob/master/.travis.yml#L144) of 
Weex for an example.


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:
us...@infra.apache.org


With regards,
Apache Git Services


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

2019-12-10 Thread GitBox
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:
us...@infra.apache.org


With regards,
Apache Git Services