Gcanvas-For-Apache-weex icon indicating copy to clipboard operation
Gcanvas-For-Apache-weex copied to clipboard

dev分支 com.taobao.gcanvas.GCanvasJNI.newCanvas(java.lang.String, int, java.lang.String)在so没有找到

Open simonwu-os opened this issue 7 years ago • 1 comments

dev分支, 运行时报 com.taobao.gcanvas.GCanvasJNI.newCanvas(java.lang.String, int, java.lang.String) 没有找到实现. 用的是com.taobao.android.gcanvas:gcanvas_library:1.4.2.31@aar 难道是里面的libgcanvas.so 不全?

java.lang.UnsatisfiedLinkError: No implementation found for void com.taobao.gcanvas.GCanvasJNI.newCanvas(java.lang.String, int, java.lang.String) (tried Java_com_taobao_gcanvas_GCanvasJNI_newCanvas and Java_com_taobao_gcanvas_GCanvasJNI_newCanvas__Ljava_lang_String_2ILjava_lang_String_2) at com.taobao.gcanvas.GCanvasJNI.newCanvas(Native Method)

simonwu-os avatar May 31 '17 10:05 simonwu-os

默认提供的是armeabi版的so,没有armeabi-v7架构版本

yanyongshan avatar Nov 20 '17 12:11 yanyongshan