You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
java.lang.UnsatisfiedLinkError: Native method not found: com.taobao.gcanvas.GCanvasJNI.newCanvas:(Ljava/lang/String;I)V
at com.taobao.gcanvas.GCanvasJNI.newCanvas(Native Method)
at com.taobao.gcanvas.GCanvasRenderer.(GCanvasRenderer.java:91)
at com.taobao.gcanvas.GCanvasView.(GCanvasView.java:64)
at com.cuju.weex.component.view.gcanvas.WXGCanvasGLSurfaceView.(WXGCanvasGLSurfaceView.java:21)
at com.cuju.weex.component.view.gcanvas.WXGcanvasComponent.initComponentHostView(WXGcanvasComponent.java:53)
at com.cuju.weex.component.view.gcanvas.WXGcanvasComponent.initComponentHostView(WXGcanvasComponent.java:17)
at com.taobao.weex.ui.component.WXComponent.createViewImpl(WXComponent.java:875)
at com.taobao.weex.ui.component.WXComponent.createView(WXComponent.java:869)
at com.taobao.weex.ui.component.WXVContainer.createChildViewAt(WXVContainer.java:255)
at com.taobao.weex.dom.action.AddElementAction.executeRender(AddElementAction.java:102)
at com.taobao.weex.dom.RenderActionTask.execute(RenderActionTask.java:39)
at com.taobao.weex.ui.WXRenderManager$1.run(WXRenderManager.java:99)
at com.taobao.weex.common.WXThread$SafeRunnable.run(WXThread.java:49)
at android.os.Handler.handleCallback(Handler.java:808)
at android.os.Handler.dispatchMessage(Handler.java:103)
at android.os.Looper.loop(Looper.java:193)
at android.app.ActivityThread.main(ActivityThread.java:5292)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:824)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:640)
at dalvik.system.NativeStart.main(Native Method)
The text was updated successfully, but these errors were encountered:
集成需要so包吗?现在没有so包报错。
java.lang.UnsatisfiedLinkError: Native method not found: com.taobao.gcanvas.GCanvasJNI.newCanvas:(Ljava/lang/String;I)V
at com.taobao.gcanvas.GCanvasJNI.newCanvas(Native Method)
at com.taobao.gcanvas.GCanvasRenderer.(GCanvasRenderer.java:91)
at com.taobao.gcanvas.GCanvasView.(GCanvasView.java:64)
at com.cuju.weex.component.view.gcanvas.WXGCanvasGLSurfaceView.(WXGCanvasGLSurfaceView.java:21)
at com.cuju.weex.component.view.gcanvas.WXGcanvasComponent.initComponentHostView(WXGcanvasComponent.java:53)
at com.cuju.weex.component.view.gcanvas.WXGcanvasComponent.initComponentHostView(WXGcanvasComponent.java:17)
at com.taobao.weex.ui.component.WXComponent.createViewImpl(WXComponent.java:875)
at com.taobao.weex.ui.component.WXComponent.createView(WXComponent.java:869)
at com.taobao.weex.ui.component.WXVContainer.createChildViewAt(WXVContainer.java:255)
at com.taobao.weex.dom.action.AddElementAction.executeRender(AddElementAction.java:102)
at com.taobao.weex.dom.RenderActionTask.execute(RenderActionTask.java:39)
at com.taobao.weex.ui.WXRenderManager$1.run(WXRenderManager.java:99)
at com.taobao.weex.common.WXThread$SafeRunnable.run(WXThread.java:49)
at android.os.Handler.handleCallback(Handler.java:808)
at android.os.Handler.dispatchMessage(Handler.java:103)
at android.os.Looper.loop(Looper.java:193)
at android.app.ActivityThread.main(ActivityThread.java:5292)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:824)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:640)
at dalvik.system.NativeStart.main(Native Method)
The text was updated successfully, but these errors were encountered: