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: 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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: