Missing allheaders.h in Android Studio Project

前端 未结 5 1740
礼貌的吻别
礼貌的吻别 2021-01-14 02:56

I am following the tutorial from this tesseract tutorial and had everything go smoothly up until my actual running of the Java code. When I try

new TessBaseA         


        
5条回答
  •  佛祖请我去吃肉
    2021-01-14 04:03

    This works for me: https://coderwall.com/p/eurvaq/tesseract-with-andoird-and-gradle

    But do not delete libs directory!

    Set compileSdkVersion, buildToolsVersion, minSdkVersion and targetSdkVersio to the same values as in project buil.gradle

    I also change classpath 'com.android.tools.build:gradle:0.9.+' to classpath 'com.android.tools.build:gradle:1.0.+'

提交回复
热议问题