Ok, I flailed around long enough with Gradle. I really wanted to make it work, because it seems to be the way forward as the official Android build tool.
As I said before, I found a cool OCR library on GitHub. I just want to reference the library though, I don't want to always be building, and I won't ever want to modify the code. So I Mavenized by following this post:
http://www.jameselsey.co.uk/blogs/techblog/tesseract-ocr-on-android-is-easier-if-you-maven-ise-it-works-on-windows-too/
So now I just install this apklib to my local maven repo on my Travis CI build, and use "mvn clean install" to build my whole project. It'll do for now. I just couldn't let the CI thing go, but I need to get to coding.
No comments:
Post a Comment