I am following this tutorial - http://gaut.am/making-an-ocr-android-app-using-tesseract/ in order to build and use the tess-two library.
I ran into an error when running
android update project --path .
and in the tutorials, it says:
On Windows: “The project either has no target set or the target is invalid. Please provide a –target to the ‘android.bat update’ command.” Solution: Run the command android update project --path D:\Softwares\Studies\Android\OCR\Code_Project\tess-two-master\tess-two --target android-19
I ran the command with the android-19 target, and it worked.
My question is - what is the meaning of the target SDK (in this case, android-19) that I put in the build command?
does it mean it will be the minimum version for it to run on or anything like that??
thanks in advance