souleateryx / tesseract-android-tools

Automatically exported from code.google.com/p/tesseract-android-tools
0 stars 0 forks source link

"ant release" fails #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Running "ant release" (as stated in README) fails:

$ ant release
Buildfile: /Users/lviggiani/Documents/eclipse/tesseract-android/build.xml
    [setup] Android SDK Tools Revision 10
    [setup] Project Target: Android 2.2
    [setup] API level: 8
    [setup] Project Type: Android Library
    [setup] 
    [setup] ------------------
    [setup] Resolving library dependencies:
    [setup] No library dependencies.
    [setup] 
    [setup] ------------------
    [setup] 
    [setup] 
    [setup] Importing rules file: tools/ant/lib_rules.xml

BUILD FAILED
Target "release" does not exist in the project "ocrservice". 

Total time: 0 seconds

Is that actually needed?

Original issue reported on code.google.com by lviggi...@gmail.com on 14 Mar 2011 at 8:45

GoogleCodeExporter commented 8 years ago
hello.

I also had the same problem, have succeeded with the help of other web pages.

http://rmtheis.wordpress.com/2011/08/06/using-tesseract-tools-for-android-to-cre
ate-a-basic-ocr-app/

1. edit the existing build.xml
2. Do ant compile instead of ant release.

Original comment by doo...@gmail.com on 11 Aug 2011 at 4:38

GoogleCodeExporter commented 8 years ago
Fixed README to include "android update project --path ." step.

Original comment by alanv@google.com on 11 Sep 2012 at 8:17