You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@weex.apache.org by GitBox <gi...@apache.org> on 2018/09/23 14:13:52 UTC

[GitHub] Andoridswordsman opened a new issue #1565: 异常如下:java.lang.UnsatisfiedLinkError: No implementation found for boolean

Andoridswordsman opened a new issue #1565: 异常如下:java.lang.UnsatisfiedLinkError: No implementation found for boolean 
URL: https://github.com/apache/incubator-weex/issues/1565
 
 
   ![Uploading WechatIMG17959.jpeg…]()
   项目ndk配置如下:
   ndk {
               abiFilters "armeabi", "x86"
           }
   这些机型运行报错,不知道是什么问题,错误信息如下:
   java.lang.UnsatisfiedLinkError: No implementation found for boolean com.taobao.weex.bridge.WXBridge.nativeNotifyLayout(java.lang.String) (tried Java_com_taobao_weex_bridge_WXBridge_nativeNotifyLayout and Java_com_taobao_weex_bridge_WXBridge_nativeNotifyLayout__Ljava_lang_String_2)
   	at com.taobao.weex.bridge.WXBridge.nativeNotifyLayout(Native Method)
   	at com.taobao.weex.bridge.WXBridge.notifyLayout(WXBridge.java:534)
   	at com.taobao.weex.bridge.WXBridgeManager.notifyLayout(WXBridgeManager.java:2546)
   	at com.taobao.weex.WXSDKInstance.OnVSync(WXSDKInstance.java:1959)
   	at com.taobao.weex.RenderContainer.OnVSync(RenderContainer.java:110)
   	at com.taobao.weex.WeexFrameRateControl$1.doFrame(WeexFrameRateControl.java:51)
   	at android.view.Choreographer$CallbackRecord.run(Choreographer.java:765)
   	at android.view.Choreographer.doCallbacks(Choreographer.java:580)
   	at android.view.Choreographer.doFrame(Choreographer.java:549)
   	at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:753)
   	at android.os.Handler.handleCallback(Handler.java:739)
   	at android.os.Handler.dispatchMessage(Handler.java:95)
   	at android.os.Looper.loop(Looper.java:135)
   	at android.app.ActivityThread.main(ActivityThread.java:5258)
   	at java.lang.reflect.Method.invoke(Native Method)
   	at java.lang.reflect.Method.invoke(Method.java:372)
   	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903)
   	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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