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/25 13:52:36 UTC

[GitHub] [incubator-weex] FightingForDevelop commented on issue #3006: [Android]Unexpected crash behavior when update to weex version 0.28.0, the log shows that couldn't find "libc++_shared.so" caught the crash

FightingForDevelop commented on issue #3006: [Android]Unexpected crash behavior when update to  weex version  0.28.0, the log shows that couldn't find "libc++_shared.so" caught  the crash
URL: https://github.com/apache/incubator-weex/issues/3006#issuecomment-568902028
 
 
   > **Don't add `apply from https://raw.githubusercontent.com/apache/incubator-weex/release/0.28/android/sdk/buildSrc/download_jsc.gradle`**.
   > 
   > Just copy all the so(jsc.so and weex related so) files to `libs/armeabi`.
   > 
   > FYI: I am sure about `compile org.apache.weex:sdk:0.28` will not cause deleting your files. You might figure out yourself.
   
   Hi,I have a similar error."java.lang.ClassNotFoundException: Didn't find class "com.taobao.windmill.bundle.bridge.WeexBridge" on path: DexPathList[[zip file "/data/app/com.zhaopin.ihr-QAevaKfoDUkl0I0jJ00_0w==/base.apk"],nativeLibraryDirectories=[/data/app/com.zhaopin.ihr-QAevaKfoDUkl0I0jJ00_0w==/lib/arm, /data/app/com.***-QAevaKfoDUkl0I0jJ00_0w==/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib]]",
   dependencies just like this:
       //bindingX
       implementation 'com.alibaba.android:bindingx-core:1.0.1'
       implementation 'com.alibaba.android:bindingx_weex_plugin:1.0.1'
      //weex
   api 'org.apache.weex:sdk_legacy:0.28.0'
   
   Please tell me how to resolve it.

----------------------------------------------------------------
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