I have Windows 8.1, Android Studio and NDK installed.
I am making an OCR android app and following this tutorial http://www.codeproject.com/Tips/840623/Android-Character-Recognition
I am facing a problem at building the project.
I updated my PATH in System Variables to
“C:\Program Files\Java\jdk1.8.0_25\bin;D:\Softwares\Studies\Android\android-sdk\tools;D:\Softwares\Studies\Android\android-ndk-r10d”
And then first I executed “ndk-build” command on DOS which executed successfully and then when I executed this command
“android update project --path D:\Softwares\Studies\Android\OCR\Code_Project\tess-two-master\tess-two”
I got this error:
“ `'xcopy' is not recognized as an internal or external command, operable program or batch file`.
Error:
The project either has no target set or the target is invalid.
Please provide a --target to the 'android.bat update' command.
”
I ve searched all over the internet but could not find the solution, can you please help me with this? Thanks