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 Mar 17, 2022. It is now read-only.
I'm trying to create TessBaseAPI on a Nexus 7 with Cyanogenmod 11 (Android 4.4.4). When the constructor gets called I get an exception:
java.lang.NoSuchFieldError: no field with name='mNativeData' signature='J' in class Lcom/googlecode/tesseract/android/TessBaseAPI;
at com.googlecode.tesseract.android.TessBaseAPI.nativeClassInit(Native Method)
at com.googlecode.tesseract.android.TessBaseAPI.<clinit>(TessBaseAPI.java:48)
Do you have any ideas?
The text was updated successfully, but these errors were encountered:
I'm trying to create
TessBaseAPI
on a Nexus 7 with Cyanogenmod 11 (Android 4.4.4). When the constructor gets called I get an exception:Do you have any ideas?
The text was updated successfully, but these errors were encountered: