Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in building the app in android studio #18

Open
Danisheikh11 opened this issue Nov 23, 2015 · 5 comments
Open

Error in building the app in android studio #18

Danisheikh11 opened this issue Nov 23, 2015 · 5 comments

Comments

@Danisheikh11
Copy link

Hello, I am trying to build this app from source code in android studio 1.4.1 for testing but it is continuously giving the same errors even I have done all the setup. Below I am pasting the full errors.

C:\Users\DOSSANI'S\Downloads\mitzuli-master\mitzuli-master\libraries\lttoolbox-java\src\main\java\org\apertium\charlifter\training\Asciify.java
Error:(46, 24) error: unmappable character for encoding Cp1252
Error:(83, 27) error: unmappable character for encoding Cp1252
C:\Users\DOSSANI'S\Downloads\mitzuli-master\mitzuli-master\libraries\lttoolbox-java\src\main\java\org\apertium\lttoolbox\Alphabet.java
Error:(87, 494) error: unmappable character for encoding Cp1252
Error:(87, 497) error: unmappable character for encoding Cp1252
Error:error: C:/Users/DOSSANIS/Downloads/mitzuli-master/mitzuli-master/libraries/tesseract-android-tools/src/main/native/com_googlecode_leptonica_android/box.cpp -o C:\Users\DOSSANIS\Downloads\mitzuli-master\mitzuli-master\libraries\tesseract-android-tools\build/native/obj/local/armeabi/objs/lept/box.o: No such file or directory
arm-linux-androideabi-g++: fatal error: no input files
compilation terminated.
make.exe: *** [C:\Users\DOSSANI'S\Downloads\mitzuli-master\mitzuli-master\libraries\tesseract-android-tools\build/native/obj/local/armeabi/objs/lept/box.o] Error 1
make.exe: *** Waiting for unfinished jobs....
Error:error: C:/Users/DOSSANIS/Downloads/mitzuli-master/mitzuli-master/libraries/tesseract-android-tools/src/main/native/com_googlecode_leptonica_android/pix.cpp -o C:\Users\DOSSANIS\Downloads\mitzuli-master\mitzuli-master\libraries\tesseract-android-tools\build/native/obj/local/armeabi/objs/lept/pix.o: No such file or directory
arm-linux-androideabi-g++: fatal error: no input files
compilation terminated.
make.exe: *** [C:\Users\DOSSANI'S\Downloads\mitzuli-master\mitzuli-master\libraries\tesseract-android-tools\build/native/obj/local/armeabi/objs/lept/pix.o] Error 1
[armeabi] Compile++ thumb: lept <= utilities.cpp
Error:error: C:/Users/DOSSANIS/Downloads/mitzuli-master/mitzuli-master/libraries/tesseract-android-tools/src/main/native/com_googlecode_leptonica_android/pixa.cpp -o C:\Users\DOSSANIS\Downloads\mitzuli-master\mitzuli-master\libraries\tesseract-android-tools\build/native/obj/local/armeabi/objs/lept/pixa.o: No such file or directory
arm-linux-androideabi-g++: fatal error: no input files
compilation terminated.
make.exe: *** [C:\Users\DOSSANI'S\Downloads\mitzuli-master\mitzuli-master\libraries\tesseract-android-tools\build/native/obj/local/armeabi/objs/lept/pixa.o] Error 1
Error:error: C:/Users/DOSSANIS/Downloads/mitzuli-master/mitzuli-master/libraries/tesseract-android-tools/src/main/native/com_googlecode_leptonica_android/utilities.cpp -o C:\Users\DOSSANIS\Downloads\mitzuli-master\mitzuli-master\libraries\tesseract-android-tools\build/native/obj/local/armeabi/objs/lept/utilities.o: No such file or directory
arm-linux-androideabi-g++: fatal error: no input files
compilation terminated.
make.exe: *** [C:\Users\DOSSANI'S\Downloads\mitzuli-master\mitzuli-master\libraries\tesseract-android-tools\build/native/obj/local/armeabi/objs/lept/utilities.o] Error 1
make.exe: Leaving directory `C:/Users/DOSSANI'S/Downloads/mitzuli-master/mitzuli-master/libraries/tesseract-android-tools/src/main/native'
:libraries:tesseract-android-tools:ndkBuild FAILED
Error:Execution failed for task ':libraries:tesseract-android-tools:ndkBuild'.

Process 'command 'D:\android-ndk-r10e/ndk-build.cmd'' finished with non-zero exit value 2
Information:BUILD FAILED

Kindly help me to solve this error. Thanks

@artetxem
Copy link
Owner

Thanks for reporting the issue. I would say that the problem is not related to Android Studio but your NDK setup. I work in Linux so unfortunately I cannot help you much with the Windows specific stuff, but I would suggest that you first double check that all the paths you set are correct. If you still cannot solve the problem I would need the full log to help you (I am pretty sure that some stuff is missing there).

@Danisheikh11
Copy link
Author

Thanks for reply and I have already checked the paths in all things. I want to mention here that I have ndk.dir set in local.properties file and also I have set the ndk directory in gradle.properties. Plus I have also created a windows environment variable as NDK_HOME. I have also tried deleting the externally downloaded ndk and installing it via android studio's built-in manager but still no luck. Below I am pasting the as it is error log.

Information:Gradle tasks [clean, :app:generateDebugSources, :app:generateDebugAndroidTestSources, :app:compileDebugSources, :app:compileDebugAndroidTestSources, :libraries:cropper:generateDebugSources, :libraries:cropper:generateDebugAndroidTestSources, :libraries:cropper:compileDebugSources, :libraries:cropper:compileDebugAndroidTestSources, :libraries:tesseract-android-tools:generateDebugSources, :libraries:tesseract-android-tools:generateDebugAndroidTestSources, :libraries:tesseract-android-tools:compileDebugSources, :libraries:tesseract-android-tools:compileDebugAndroidTestSources, :libraries:opencv:generateDebugSources, :libraries:opencv:generateDebugAndroidTestSources, :libraries:opencv:compileDebugSources, :libraries:opencv:compileDebugAndroidTestSources]
:app:clean UP-TO-DATE
:libraries:axmlrpc:clean
:libraries:cropper:clean
:libraries:lttoolbox-java:clean
:libraries:opencv:clean
:libraries:tesseract-android-tools:clean
:app:preBuild UP-TO-DATE
:app:preDebugBuild UP-TO-DATE
:app:checkDebugManifest
:app:preReleaseBuild UP-TO-DATE
:libraries:axmlrpc:compileJava
Warning:[options] bootstrap class path not set in conjunction with -source 1.6
1 warning
:libraries:axmlrpc:processResources UP-TO-DATE
:libraries:axmlrpc:classes
:libraries:axmlrpc:jar
:libraries:cropper:compileLint
:libraries:cropper:copyReleaseLint UP-TO-DATE
:libraries:cropper:mergeReleaseProguardFiles UP-TO-DATE
:libraries:cropper:preBuild UP-TO-DATE
:libraries:cropper:preReleaseBuild UP-TO-DATE
:libraries:cropper:checkReleaseManifest
:libraries:cropper:prepareReleaseDependencies
:libraries:cropper:compileReleaseAidl
:libraries:cropper:compileReleaseRenderscript
:libraries:cropper:generateReleaseBuildConfig
:libraries:cropper:generateReleaseAssets UP-TO-DATE
:libraries:cropper:mergeReleaseAssets
:libraries:cropper:generateReleaseResValues UP-TO-DATE
:libraries:cropper:generateReleaseResources
:libraries:cropper:packageReleaseResources
:libraries:cropper:processReleaseManifest
:libraries:cropper:processReleaseResources
:libraries:cropper:generateReleaseSources
:libraries:cropper:processReleaseJavaRes UP-TO-DATE
:libraries:cropper:compileReleaseJavaWithJavac
:libraries:cropper:packageReleaseJar
:libraries:cropper:compileReleaseNdk UP-TO-DATE
:libraries:cropper:packageReleaseJniLibs UP-TO-DATE
:libraries:cropper:packageReleaseLocalJar UP-TO-DATE
:libraries:cropper:packageReleaseRenderscript UP-TO-DATE
:libraries:cropper:bundleRelease
:libraries:lttoolbox-java:compileJava
Warning:[options] bootstrap class path not set in conjunction with -source 1.6
C:\Users\DOSSANI'S\Downloads\mitzuli-master\mitzuli-master\libraries\lttoolbox-java\src\main\java\org\apertium\charlifter\training\Asciify.java
Error:(46, 24) error: unmappable character for encoding Cp1252
Error:(83, 27) error: unmappable character for encoding Cp1252
Error:(83, 46) error: unmappable character for encoding Cp1252
Error:(85, 28) error: unmappable character for encoding Cp1252
Error:(87, 25) error: unmappable character for encoding Cp1252
Error:(87, 29) error: unmappable character for encoding Cp1252
Error:(87, 47) error: unmappable character for encoding Cp1252
Error:(90, 43) error: unmappable character for encoding Cp1252
Error:(90, 47) error: unmappable character for encoding Cp1252
Error:(90, 94) error: unmappable character for encoding Cp1252
Error:(95, 27) error: unmappable character for encoding Cp1252
Error:(95, 31) error: unmappable character for encoding Cp1252
Error:(95, 47) error: unmappable character for encoding Cp1252
Error:(99, 33) error: unmappable character for encoding Cp1252
Error:(103, 35) error: unmappable character for encoding Cp1252
Error:(106, 41) error: unmappable character for encoding Cp1252
Error:(106, 79) error: unmappable character for encoding Cp1252
Error:(106, 91) error: unmappable character for encoding Cp1252
Error:(110, 33) error: unmappable character for encoding Cp1252
Error:(118, 25) error: unmappable character for encoding Cp1252
Error:(119, 42) error: unmappable character for encoding Cp1252
Error:(122, 39) error: unmappable character for encoding Cp1252
Error:(122, 53) error: unmappable character for encoding Cp1252
Error:(122, 60) error: unmappable character for encoding Cp1252
Error:(125, 33) error: unmappable character for encoding Cp1252
Error:(126, 27) error: unmappable character for encoding Cp1252
Error:(126, 36) error: unmappable character for encoding Cp1252
Error:(126, 41) error: unmappable character for encoding Cp1252
Error:(126, 44) error: unmappable character for encoding Cp1252
Error:(128, 45) error: unmappable character for encoding Cp1252
Error:(128, 66) error: unmappable character for encoding Cp1252
Error:(128, 81) error: unmappable character for encoding Cp1252
Error:(133, 25) error: unmappable character for encoding Cp1252
Error:(135, 25) error: unmappable character for encoding Cp1252
Error:(138, 43) error: unmappable character for encoding Cp1252
Error:(144, 26) error: unmappable character for encoding Cp1252
Error:(145, 37) error: unmappable character for encoding Cp1252
Error:(147, 39) error: unmappable character for encoding Cp1252
Error:(147, 41) error: unmappable character for encoding Cp1252
Error:(147, 57) error: unmappable character for encoding Cp1252
Error:(147, 59) error: unmappable character for encoding Cp1252
Error:(147, 70) error: unmappable character for encoding Cp1252
Error:(147, 73) error: unmappable character for encoding Cp1252
Error:(147, 82) error: unmappable character for encoding Cp1252
Error:(147, 85) error: unmappable character for encoding Cp1252
Error:(147, 106) error: unmappable character for encoding Cp1252
Error:(151, 41) error: unmappable character for encoding Cp1252
Error:(152, 27) error: unmappable character for encoding Cp1252
Error:(159, 28) error: unmappable character for encoding Cp1252
Error:(160, 29) error: unmappable character for encoding Cp1252
Error:(161, 39) error: unmappable character for encoding Cp1252
C:\Users\DOSSANI'S\Downloads\mitzuli-master\mitzuli-master\libraries\lttoolbox-java\src\main\java\org\apertium\lttoolbox\Alphabet.java
Error:(87, 494) error: unmappable character for encoding Cp1252
Error:(87, 497) error: unmappable character for encoding Cp1252
Error:(87, 593) error: unmappable character for encoding Cp1252
Error:(87, 596) error: unmappable character for encoding Cp1252
Error:(87, 611) error: unmappable character for encoding Cp1252
Error:(87, 614) error: unmappable character for encoding Cp1252
Error:(87, 980) error: unmappable character for encoding Cp1252
Error:(87, 983) error: unmappable character for encoding Cp1252
Error:(87, 1034) error: unmappable character for encoding Cp1252
Error:(87, 1037) error: unmappable character for encoding Cp1252
Error:(87, 2934) error: unmappable character for encoding Cp1252
Error:(87, 2951) error: unmappable character for encoding Cp1252
Error:(87, 2980) error: unmappable character for encoding Cp1252
Error:(87, 5749) error: unmappable character for encoding Cp1252
Error:(87, 6074) error: unmappable character for encoding Cp1252
Error:(87, 7265) error: unmappable character for encoding Cp1252
Error:(87, 7273) error: unmappable character for encoding Cp1252
Error:(87, 8079) error: unmappable character for encoding Cp1252
Error:(87, 8186) error: unmappable character for encoding Cp1252
Error:(87, 8446) error: unmappable character for encoding Cp1252
Error:(87, 8454) error: unmappable character for encoding Cp1252
Error:(87, 9260) error: unmappable character for encoding Cp1252
Error:(87, 9423) error: unmappable character for encoding Cp1252
Error:(87, 9836) error: unmappable character for encoding Cp1252
Error:(87, 9866) error: unmappable character for encoding Cp1252
Error:(87, 10486) error: unmappable character for encoding Cp1252
Error:(87, 11085) error: unmappable character for encoding Cp1252
Error:(87, 11351) error: unmappable character for encoding Cp1252
Error:(87, 11391) error: unmappable character for encoding Cp1252
Error:(87, 11499) error: unmappable character for encoding Cp1252
Error:(87, 11846) error: unmappable character for encoding Cp1252
Error:(87, 11861) error: unmappable character for encoding Cp1252
Error:(87, 12415) error: unmappable character for encoding Cp1252
Error:(87, 12459) error: unmappable character for encoding Cp1252
Error:(87, 12866) error: unmappable character for encoding Cp1252
Error:(87, 12968) error: unmappable character for encoding Cp1252
Error:(87, 12976) error: unmappable character for encoding Cp1252
Error:(87, 12998) error: unmappable character for encoding Cp1252
Error:(87, 13006) error: unmappable character for encoding Cp1252
Error:(87, 13014) error: unmappable character for encoding Cp1252
Error:(87, 13038) error: unmappable character for encoding Cp1252
Error:(87, 13046) error: unmappable character for encoding Cp1252
Error:(87, 13063) error: unmappable character for encoding Cp1252
Error:(87, 13071) error: unmappable character for encoding Cp1252
Error:(87, 13102) error: unmappable character for encoding Cp1252
Error:(87, 13279) error: unmappable character for encoding Cp1252
Error:(87, 13352) error: unmappable character for encoding Cp1252
Error:(87, 13402) error: unmappable character for encoding Cp1252
Error:(87, 13504) error: unmappable character for encoding Cp1252
C:\Users\DOSSANI'S\Downloads\mitzuli-master\mitzuli-master\libraries\lttoolbox-java\src\main\java\org\apertium\transfer\generation\TransferBytecode.java
Warning:(7, 47) Constants is internal proprietary API and may be removed in a future release
Warning:(8, 47) Constants is internal proprietary API and may be removed in a future release
Warning:(9, 47) Constants is internal proprietary API and may be removed in a future release
Warning:(10, 47) Constants is internal proprietary API and may be removed in a future release
Warning:(11, 47) Constants is internal proprietary API and may be removed in a future release
Warning:(12, 47) Constants is internal proprietary API and may be removed in a future release
Warning:(13, 47) Constants is internal proprietary API and may be removed in a future release
Warning:(15, 48) ArrayType is internal proprietary API and may be removed in a future release
Warning:(16, 48) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(17, 48) ClassGen is internal proprietary API and may be removed in a future release
Warning:(18, 48) ConstantPoolGen is internal proprietary API and may be removed in a future release
Warning:(19, 48) FieldGen is internal proprietary API and may be removed in a future release
Warning:(20, 48) GOTO is internal proprietary API and may be removed in a future release
Warning:(21, 48) IFEQ is internal proprietary API and may be removed in a future release
Warning:(22, 48) IFLE is internal proprietary API and may be removed in a future release
Warning:(23, 48) IFNE is internal proprietary API and may be removed in a future release
Warning:(24, 55) InstructionConstants is internal proprietary API and may be removed in a future release
Warning:(25, 55) InstructionConstants is internal proprietary API and may be removed in a future release
Warning:(26, 55) InstructionConstants is internal proprietary API and may be removed in a future release
Warning:(27, 55) InstructionConstants is internal proprietary API and may be removed in a future release
Warning:(28, 55) InstructionConstants is internal proprietary API and may be removed in a future release
Warning:(29, 55) InstructionConstants is internal proprietary API and may be removed in a future release
Warning:(30, 55) InstructionConstants is internal proprietary API and may be removed in a future release
Warning:(31, 55) InstructionConstants is internal proprietary API and may be removed in a future release
Warning:(32, 55) InstructionConstants is internal proprietary API and may be removed in a future release
Warning:(33, 48) InstructionFactory is internal proprietary API and may be removed in a future release
Warning:(34, 55) InstructionFactory is internal proprietary API and may be removed in a future release
Warning:(35, 48) InstructionHandle is internal proprietary API and may be removed in a future release
Warning:(36, 48) InstructionList is internal proprietary API and may be removed in a future release
Warning:(37, 48) MethodGen is internal proprietary API and may be removed in a future release
Warning:(38, 48) TargetLostException is internal proprietary API and may be removed in a future release
Warning:(39, 48) Type is internal proprietary API and may be removed in a future release
Warning:(40, 55) Type is internal proprietary API and may be removed in a future release
Warning:(68, 24) Type is internal proprietary API and may be removed in a future release
Warning:(69, 24) Type is internal proprietary API and may be removed in a future release
Warning:(70, 24) Type is internal proprietary API and may be removed in a future release
Warning:(71, 24) Type is internal proprietary API and may be removed in a future release
Warning:(72, 24) Type is internal proprietary API and may be removed in a future release
Warning:(73, 24) Type is internal proprietary API and may be removed in a future release
Warning:(74, 24) Type is internal proprietary API and may be removed in a future release
Warning:(74, 57) ArrayType is internal proprietary API and may be removed in a future release
Warning:(75, 24) Type is internal proprietary API and may be removed in a future release
Warning:(75, 48) ArrayType is internal proprietary API and may be removed in a future release
Warning:(76, 24) Type is internal proprietary API and may be removed in a future release
Warning:(77, 11) Type is internal proprietary API and may be removed in a future release
Warning:(80, 11) ClassGen is internal proprietary API and may be removed in a future release
Warning:(81, 11) ConstantPoolGen is internal proprietary API and may be removed in a future release
Warning:(82, 11) InstructionList is internal proprietary API and may be removed in a future release
Warning:(83, 11) InstructionFactory is internal proprietary API and may be removed in a future release
Warning:(84, 11) FieldGen is internal proprietary API and may be removed in a future release
Warning:(85, 11) MethodGen is internal proprietary API and may be removed in a future release
Warning:(123, 88) Type is internal proprietary API and may be removed in a future release
Warning:(126, 90) Type is internal proprietary API and may be removed in a future release
Warning:(129, 88) Type is internal proprietary API and may be removed in a future release
Warning:(138, 97) Type is internal proprietary API and may be removed in a future release
Warning:(145, 7) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(145, 41) IFLE is internal proprietary API and may be removed in a future release
Warning:(148, 88) Type is internal proprietary API and may be removed in a future release
Warning:(150, 88) Type is internal proprietary API and may be removed in a future release
Warning:(152, 88) Type is internal proprietary API and may be removed in a future release
Warning:(245, 81) Type is internal proprietary API and may be removed in a future release
Warning:(249, 95) Type is internal proprietary API and may be removed in a future release
Warning:(255, 9) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(255, 43) IFNE is internal proprietary API and may be removed in a future release
Warning:(257, 9) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(257, 40) GOTO is internal proprietary API and may be removed in a future release
Warning:(277, 81) Type is internal proprietary API and may be removed in a future release
Warning:(279, 88) Type is internal proprietary API and may be removed in a future release
Warning:(294, 81) Type is internal proprietary API and may be removed in a future release
Warning:(298, 95) Type is internal proprietary API and may be removed in a future release
Warning:(301, 86) Type is internal proprietary API and may be removed in a future release
Warning:(308, 97) Type is internal proprietary API and may be removed in a future release
Warning:(331, 90) Type is internal proprietary API and may be removed in a future release
Warning:(336, 94) Type is internal proprietary API and may be removed in a future release
Warning:(340, 94) Type is internal proprietary API and may be removed in a future release
Warning:(344, 90) Type is internal proprietary API and may be removed in a future release
Warning:(351, 90) Type is internal proprietary API and may be removed in a future release
Warning:(378, 86) Type is internal proprietary API and may be removed in a future release
Warning:(382, 90) Type is internal proprietary API and may be removed in a future release
Warning:(386, 90) Type is internal proprietary API and may be removed in a future release
Warning:(395, 90) Type is internal proprietary API and may be removed in a future release
Warning:(396, 90) Type is internal proprietary API and may be removed in a future release
Warning:(402, 90) Type is internal proprietary API and may be removed in a future release
Warning:(403, 90) Type is internal proprietary API and may be removed in a future release
Warning:(414, 92) Type is internal proprietary API and may be removed in a future release
Warning:(417, 90) Type is internal proprietary API and may be removed in a future release
Warning:(422, 90) Type is internal proprietary API and may be removed in a future release
Warning:(427, 94) Type is internal proprietary API and may be removed in a future release
Warning:(431, 94) Type is internal proprietary API and may be removed in a future release
Warning:(435, 90) Type is internal proprietary API and may be removed in a future release
Warning:(438, 90) Type is internal proprietary API and may be removed in a future release
Warning:(442, 86) Type is internal proprietary API and may be removed in a future release
Warning:(488, 87) Type is internal proprietary API and may be removed in a future release
Warning:(503, 83) Type is internal proprietary API and may be removed in a future release
Warning:(507, 95) Type is internal proprietary API and may be removed in a future release
Warning:(528, 90) Type is internal proprietary API and may be removed in a future release
Warning:(550, 81) Type is internal proprietary API and may be removed in a future release
Warning:(554, 107) Type is internal proprietary API and may be removed in a future release
Warning:(557, 100) Type is internal proprietary API and may be removed in a future release
Warning:(558, 87) Type is internal proprietary API and may be removed in a future release
Warning:(575, 5) Type is internal proprietary API and may be removed in a future release
Warning:(575, 23) Type is internal proprietary API and may be removed in a future release
Warning:(608, 98) Type is internal proprietary API and may be removed in a future release
Warning:(614, 102) Type is internal proprietary API and may be removed in a future release
Warning:(625, 16) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(626, 16) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(626, 65) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(629, 46) GOTO is internal proprietary API and may be removed in a future release
Warning:(631, 11) InstructionHandle is internal proprietary API and may be removed in a future release
Warning:(632, 16) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(642, 40) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(650, 5) InstructionHandle is internal proprietary API and may be removed in a future release
Warning:(651, 10) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(653, 10) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(657, 22) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(661, 22) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(666, 18) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(666, 56) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(667, 48) IFNE is internal proprietary API and may be removed in a future release
Warning:(667, 65) IFEQ is internal proprietary API and may be removed in a future release
Warning:(671, 18) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(671, 56) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(672, 48) IFNE is internal proprietary API and may be removed in a future release
Warning:(672, 65) IFEQ is internal proprietary API and may be removed in a future release
Warning:(676, 18) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(676, 56) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(677, 48) IFNE is internal proprietary API and may be removed in a future release
Warning:(677, 65) IFEQ is internal proprietary API and may be removed in a future release
Warning:(681, 18) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(681, 56) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(682, 48) IFNE is internal proprietary API and may be removed in a future release
Warning:(682, 65) IFEQ is internal proprietary API and may be removed in a future release
Warning:(686, 18) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(686, 56) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(687, 48) IFNE is internal proprietary API and may be removed in a future release
Warning:(687, 65) IFEQ is internal proprietary API and may be removed in a future release
Warning:(691, 18) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(691, 56) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(692, 48) IFNE is internal proprietary API and may be removed in a future release
Warning:(692, 65) IFEQ is internal proprietary API and may be removed in a future release
Warning:(696, 18) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(696, 56) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(697, 48) IFNE is internal proprietary API and may be removed in a future release
Warning:(697, 65) IFEQ is internal proprietary API and may be removed in a future release
Warning:(700, 18) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(700, 63) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(706, 18) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(707, 7) InstructionHandle is internal proprietary API and may be removed in a future release
Warning:(708, 12) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(712, 18) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(712, 63) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(723, 27) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(733, 111) Type is internal proprietary API and may be removed in a future release
Warning:(747, 83) Type is internal proprietary API and may be removed in a future release
Warning:(761, 81) Type is internal proprietary API and may be removed in a future release
Warning:(773, 91) Type is internal proprietary API and may be removed in a future release
Warning:(785, 91) Type is internal proprietary API and may be removed in a future release
Warning:(799, 81) Type is internal proprietary API and may be removed in a future release
Warning:(811, 91) Type is internal proprietary API and may be removed in a future release
Warning:(875, 98) Type is internal proprietary API and may be removed in a future release
Warning:(880, 102) Type is internal proprietary API and may be removed in a future release
Warning:(921, 14) ClassGen is internal proprietary API and may be removed in a future release
Warning:(923, 14) InstructionList is internal proprietary API and may be removed in a future release
Warning:(924, 19) InstructionFactory is internal proprietary API and may be removed in a future release
Warning:(944, 16) MethodGen is internal proprietary API and may be removed in a future release
Warning:(953, 16) MethodGen is internal proprietary API and may be removed in a future release
Warning:(976, 18) FieldGen is internal proprietary API and may be removed in a future release
Warning:(983, 96) Type is internal proprietary API and may be removed in a future release
Warning:(1014, 20) FieldGen is internal proprietary API and may be removed in a future release
Warning:(1021, 98) Type is internal proprietary API and may be removed in a future release
Warning:(1035, 18) FieldGen is internal proprietary API and may be removed in a future release
Warning:(1044, 18) FieldGen is internal proprietary API and may be removed in a future release
Warning:(1055, 18) FieldGen is internal proprietary API and may be removed in a future release
Warning:(1070, 94) Type is internal proprietary API and may be removed in a future release
Warning:(1070, 105) ArrayType is internal proprietary API and may be removed in a future release
Warning:(1090, 19) Type is internal proprietary API and may be removed in a future release
Warning:(1090, 46) Type is internal proprietary API and may be removed in a future release
Warning:(1108, 18) MethodGen is internal proprietary API and may be removed in a future release
Warning:(1108, 64) Type is internal proprietary API and may be removed in a future release
Warning:(1113, 9) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(1113, 43) IFEQ is internal proprietary API and may be removed in a future release
Warning:(1124, 76) Type is internal proprietary API and may be removed in a future release
Warning:(1124, 95) ArrayType is internal proprietary API and may be removed in a future release
Warning:(1151, 19) Type is internal proprietary API and may be removed in a future release
Warning:(1151, 46) Type is internal proprietary API and may be removed in a future release
Warning:(1175, 18) MethodGen is internal proprietary API and may be removed in a future release
Warning:(1175, 63) Type is internal proprietary API and may be removed in a future release
Warning:(1180, 9) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(1180, 43) IFEQ is internal proprietary API and may be removed in a future release
Warning:(1191, 76) Type is internal proprietary API and may be removed in a future release
Warning:(1191, 95) ArrayType is internal proprietary API and may be removed in a future release
Warning:(1200, 87) Type is internal proprietary API and may be removed in a future release
Warning:(1215, 18) FieldGen is internal proprietary API and may be removed in a future release
Warning:(1217, 18) MethodGen is internal proprietary API and may be removed in a future release
Warning:(1221, 18) TargetLostException is internal proprietary API and may be removed in a future release
Warning:(1227, 96) Type is internal proprietary API and may be removed in a future release
Warning:(1237, 18) FieldGen is internal proprietary API and may be removed in a future release
Warning:(1239, 18) MethodGen is internal proprietary API and may be removed in a future release
Warning:(1243, 18) TargetLostException is internal proprietary API and may be removed in a future release
Warning:(1256, 18) FieldGen is internal proprietary API and may be removed in a future release
Warning:(1258, 18) MethodGen is internal proprietary API and may be removed in a future release
Warning:(1262, 18) TargetLostException is internal proprietary API and may be removed in a future release
Warning:(1269, 94) Type is internal proprietary API and may be removed in a future release
Warning:(1269, 105) ArrayType is internal proprietary API and may be removed in a future release
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
205 warnings
:libraries:lttoolbox-java:processResources UP-TO-DATE
:libraries:lttoolbox-java:classes
:libraries:lttoolbox-java:jar
:libraries:opencv:compileLint
:libraries:opencv:copyReleaseLint UP-TO-DATE
:libraries:opencv:mergeReleaseProguardFiles UP-TO-DATE
:libraries:opencv:extractNativeLibs
:libraries:opencv:preBuild UP-TO-DATE
:libraries:opencv:preReleaseBuild UP-TO-DATE
:libraries:opencv:checkReleaseManifest
:libraries:opencv:prepareReleaseDependencies
:libraries:opencv:compileReleaseAidl
:libraries:opencv:compileReleaseRenderscript
:libraries:opencv:generateReleaseBuildConfig
:libraries:opencv:generateReleaseAssets UP-TO-DATE
:libraries:opencv:mergeReleaseAssets
:libraries:opencv:generateReleaseResValues UP-TO-DATE
:libraries:opencv:generateReleaseResources
:libraries:opencv:packageReleaseResources
:libraries:opencv:processReleaseManifest
:libraries:opencv:processReleaseResources
:libraries:opencv:generateReleaseSources
:libraries:opencv:processReleaseJavaRes UP-TO-DATE
:libraries:opencv:compileReleaseJavaWithJavac
Note: C:\Users\DOSSANI'S\Downloads\mitzuli-master\mitzuli-master\libraries\opencv\src\main\java\org\opencv\android\JavaCameraView.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
:libraries:opencv:packageReleaseJar
:libraries:opencv:compileReleaseNdk UP-TO-DATE
:libraries:opencv:packageReleaseJniLibs
:libraries:opencv:packageReleaseLocalJar UP-TO-DATE
:libraries:opencv:packageReleaseRenderscript UP-TO-DATE
:libraries:opencv:bundleRelease
:libraries:tesseract-android-tools:compileLint
:libraries:tesseract-android-tools:copyReleaseLint UP-TO-DATE
:libraries:tesseract-android-tools:mergeReleaseProguardFiles UP-TO-DATE
:libraries:tesseract-android-tools:preBuild UP-TO-DATE
:libraries:tesseract-android-tools:preReleaseBuild UP-TO-DATE
:libraries:tesseract-android-tools:checkReleaseManifest
:libraries:tesseract-android-tools:prepareReleaseDependencies
:libraries:tesseract-android-tools:compileReleaseAidl
:libraries:tesseract-android-tools:compileReleaseRenderscript
:libraries:tesseract-android-tools:generateReleaseBuildConfig
:libraries:tesseract-android-tools:generateReleaseAssets UP-TO-DATE
:libraries:tesseract-android-tools:mergeReleaseAssets
:libraries:tesseract-android-tools:generateReleaseResValues UP-TO-DATE
:libraries:tesseract-android-tools:generateReleaseResources
:libraries:tesseract-android-tools:packageReleaseResources
:libraries:tesseract-android-tools:processReleaseManifest
:libraries:tesseract-android-tools:processReleaseResources
:libraries:tesseract-android-tools:generateReleaseSources
:libraries:tesseract-android-tools:ndkBuild
Android NDK: Host 'awk' tool is outdated. Please define NDK_HOST_AWK to point to Gawk or Nawk !
make.exe: Entering directory C:/Users/DOSSANI'S/Downloads/mitzuli-master/mitzuli-master/libraries/tesseract-android-tools/src/main/native' make.exe: Leaving directoryC:/Users/DOSSANI'S/Downloads/mitzuli-master/mitzuli-master/libraries/tesseract-android-tools/src/main/native'
process_begin: CreateProcess(NULL, "C:/Users/DOSSANIS/AppData/Local/Android/sdk/ndk-bundle/prebuilt/windows-x86_64/bin/awk.exe -f C:/Users/DOSSANIS/AppData/Local/Android/sdk/ndk-bundle/build/awk/check-awk.awk", ...) failed.
C:\Users\DOSSANI'S\AppData\Local\Android\sdk\ndk-bundle\build\core\init.mk
Error:(373) *** Android NDK: Aborting. . Stop.
:libraries:tesseract-android-tools:ndkBuild FAILED
Error:Execution failed for task ':libraries:tesseract-android-tools:ndkBuild'.

Process 'command 'C:\Users\DOSSANI'S\AppData\Local\Android\sdk\ndk-bundle/ndk-build.cmd'' finished with non-zero exit value 2
Information:BUILD FAILED
Information:Total time: 16.674 secs
Information:102 errors
Information:206 warnings
Information:See complete output in console

@rmtheis
Copy link
Contributor

rmtheis commented Nov 26, 2015

I think there's a problem with the pathnames being too long to build tesseract-android-tools on Windows. I'd suggest swapping in my fork called tess-two (I gave my fork a shorter name to avoid pathname problems like this) and moving your mitzuli-master directory down to C:\mitzuli-master or C:\mitzuli.

If I remember right, the "cp1252" errors can be corrected by specifying a UTF-8 file encoding in the bottom right corner of Android Studio.

Alternatively, the project builds nicely on Linux, so you might try installing Ubuntu on VirtualBox, if you have a fast machine, and building it there.

@Danisheikh11
Copy link
Author

I tried what you said, first I forked mitzuli then I downloaded it and extracted it as you said in C:/mitzuli and imported this in android studio. After all the setup, I tried building the project and also setting the UTF-8 file encoding as you said but still it is not getting build. Well I can build it without OCR feature(no ndk) but I needed this feature for testing. Plus I don't have that much fast machine so can't install linux.
Also I forget to mention here that I have also tried swapping jdk 7 and jdk8 but no luck.

@mujeebwazir
Copy link

I have the same issue....

Information:Gradle tasks [clean, :app:generateDebugSources, :app:generateDebugAndroidTestSources, :app:compileDebugSources, :app:compileDebugAndroidTestSources, :libraries:cropper:generateDebugSources, :libraries:cropper:generateDebugAndroidTestSources, :libraries:cropper:compileDebugSources, :libraries:cropper:compileDebugAndroidTestSources, :libraries:tesseract-android-tools:generateDebugSources, :libraries:tesseract-android-tools:generateDebugAndroidTestSources, :libraries:tesseract-android-tools:compileDebugSources, :libraries:tesseract-android-tools:compileDebugAndroidTestSources, :libraries:opencv:generateDebugSources, :libraries:opencv:generateDebugAndroidTestSources, :libraries:opencv:compileDebugSources, :libraries:opencv:compileDebugAndroidTestSources]
:app:clean UP-TO-DATE
:libraries:axmlrpc:clean
:libraries:cropper:clean
:libraries:lttoolbox-java:clean
:libraries:opencv:clean
:libraries:tesseract-android-tools:clean
:app:preBuild UP-TO-DATE
:app:preDebugBuild UP-TO-DATE
:app:checkDebugManifest
:app:preReleaseBuild UP-TO-DATE
:libraries:axmlrpc:compileJava
Warning:[options] bootstrap class path not set in conjunction with -source 1.6
1 warning
:libraries:axmlrpc:processResources UP-TO-DATE
:libraries:axmlrpc:classes
:libraries:axmlrpc:jar
:libraries:cropper:compileLint
:libraries:cropper:copyReleaseLint UP-TO-DATE
:libraries:cropper:mergeReleaseProguardFiles UP-TO-DATE
:libraries:cropper:preBuild UP-TO-DATE
:libraries:cropper:preReleaseBuild UP-TO-DATE
:libraries:cropper:checkReleaseManifest
:libraries:cropper:prepareReleaseDependencies
:libraries:cropper:compileReleaseAidl
:libraries:cropper:compileReleaseRenderscript
:libraries:cropper:generateReleaseBuildConfig
:libraries:cropper:generateReleaseAssets UP-TO-DATE
:libraries:cropper:mergeReleaseAssets
:libraries:cropper:generateReleaseResValues UP-TO-DATE
:libraries:cropper:generateReleaseResources
:libraries:cropper:packageReleaseResources
:libraries:cropper:processReleaseManifest
:libraries:cropper:processReleaseResources
:libraries:cropper:generateReleaseSources
:libraries:cropper:processReleaseJavaRes UP-TO-DATE
:libraries:cropper:compileReleaseJavaWithJavac
:libraries:cropper:packageReleaseJar
:libraries:cropper:compileReleaseNdk UP-TO-DATE
:libraries:cropper:packageReleaseJniLibs UP-TO-DATE
:libraries:cropper:packageReleaseLocalJar UP-TO-DATE
:libraries:cropper:packageReleaseRenderscript UP-TO-DATE
:libraries:cropper:bundleRelease
:libraries:lttoolbox-java:compileJava
Warning:[options] bootstrap class path not set in conjunction with -source 1.6
C:\Users\DOSSANI'S\Downloads\mitzuli-master\mitzuli-master\libraries\lttoolbox-java\src\main\java\org\apertium\charlifter\training\Asciify.java
Error:(46, 24) error: unmappable character for encoding Cp1252
Error:(83, 27) error: unmappable character for encoding Cp1252
Error:(83, 46) error: unmappable character for encoding Cp1252
Error:(85, 28) error: unmappable character for encoding Cp1252
Error:(87, 25) error: unmappable character for encoding Cp1252
Error:(87, 29) error: unmappable character for encoding Cp1252
Error:(87, 47) error: unmappable character for encoding Cp1252
Error:(90, 43) error: unmappable character for encoding Cp1252
Error:(90, 47) error: unmappable character for encoding Cp1252
Error:(90, 94) error: unmappable character for encoding Cp1252
Error:(95, 27) error: unmappable character for encoding Cp1252
Error:(95, 31) error: unmappable character for encoding Cp1252
Error:(95, 47) error: unmappable character for encoding Cp1252
Error:(99, 33) error: unmappable character for encoding Cp1252
Error:(103, 35) error: unmappable character for encoding Cp1252
Error:(106, 41) error: unmappable character for encoding Cp1252
Error:(106, 79) error: unmappable character for encoding Cp1252
Error:(106, 91) error: unmappable character for encoding Cp1252
Error:(110, 33) error: unmappable character for encoding Cp1252
Error:(118, 25) error: unmappable character for encoding Cp1252
Error:(119, 42) error: unmappable character for encoding Cp1252
Error:(122, 39) error: unmappable character for encoding Cp1252
Error:(122, 53) error: unmappable character for encoding Cp1252
Error:(122, 60) error: unmappable character for encoding Cp1252
Error:(125, 33) error: unmappable character for encoding Cp1252
Error:(126, 27) error: unmappable character for encoding Cp1252
Error:(126, 36) error: unmappable character for encoding Cp1252
Error:(126, 41) error: unmappable character for encoding Cp1252
Error:(126, 44) error: unmappable character for encoding Cp1252
Error:(128, 45) error: unmappable character for encoding Cp1252
Error:(128, 66) error: unmappable character for encoding Cp1252
Error:(128, 81) error: unmappable character for encoding Cp1252
Error:(133, 25) error: unmappable character for encoding Cp1252
Error:(135, 25) error: unmappable character for encoding Cp1252
Error:(138, 43) error: unmappable character for encoding Cp1252
Error:(144, 26) error: unmappable character for encoding Cp1252
Error:(145, 37) error: unmappable character for encoding Cp1252
Error:(147, 39) error: unmappable character for encoding Cp1252
Error:(147, 41) error: unmappable character for encoding Cp1252
Error:(147, 57) error: unmappable character for encoding Cp1252
Error:(147, 59) error: unmappable character for encoding Cp1252
Error:(147, 70) error: unmappable character for encoding Cp1252
Error:(147, 73) error: unmappable character for encoding Cp1252
Error:(147, 82) error: unmappable character for encoding Cp1252
Error:(147, 85) error: unmappable character for encoding Cp1252
Error:(147, 106) error: unmappable character for encoding Cp1252
Error:(151, 41) error: unmappable character for encoding Cp1252
Error:(152, 27) error: unmappable character for encoding Cp1252
Error:(159, 28) error: unmappable character for encoding Cp1252
Error:(160, 29) error: unmappable character for encoding Cp1252
Error:(161, 39) error: unmappable character for encoding Cp1252
C:\Users\DOSSANI'S\Downloads\mitzuli-master\mitzuli-master\libraries\lttoolbox-java\src\main\java\org\apertium\lttoolbox\Alphabet.java
Error:(87, 494) error: unmappable character for encoding Cp1252
Error:(87, 497) error: unmappable character for encoding Cp1252
Error:(87, 593) error: unmappable character for encoding Cp1252
Error:(87, 596) error: unmappable character for encoding Cp1252
Error:(87, 611) error: unmappable character for encoding Cp1252
Error:(87, 614) error: unmappable character for encoding Cp1252
Error:(87, 980) error: unmappable character for encoding Cp1252
Error:(87, 983) error: unmappable character for encoding Cp1252
Error:(87, 1034) error: unmappable character for encoding Cp1252
Error:(87, 1037) error: unmappable character for encoding Cp1252
Error:(87, 2934) error: unmappable character for encoding Cp1252
Error:(87, 2951) error: unmappable character for encoding Cp1252
Error:(87, 2980) error: unmappable character for encoding Cp1252
Error:(87, 5749) error: unmappable character for encoding Cp1252
Error:(87, 6074) error: unmappable character for encoding Cp1252
Error:(87, 7265) error: unmappable character for encoding Cp1252
Error:(87, 7273) error: unmappable character for encoding Cp1252
Error:(87, 8079) error: unmappable character for encoding Cp1252
Error:(87, 8186) error: unmappable character for encoding Cp1252
Error:(87, 8446) error: unmappable character for encoding Cp1252
Error:(87, 8454) error: unmappable character for encoding Cp1252
Error:(87, 9260) error: unmappable character for encoding Cp1252
Error:(87, 9423) error: unmappable character for encoding Cp1252
Error:(87, 9836) error: unmappable character for encoding Cp1252
Error:(87, 9866) error: unmappable character for encoding Cp1252
Error:(87, 10486) error: unmappable character for encoding Cp1252
Error:(87, 11085) error: unmappable character for encoding Cp1252
Error:(87, 11351) error: unmappable character for encoding Cp1252
Error:(87, 11391) error: unmappable character for encoding Cp1252
Error:(87, 11499) error: unmappable character for encoding Cp1252
Error:(87, 11846) error: unmappable character for encoding Cp1252
Error:(87, 11861) error: unmappable character for encoding Cp1252
Error:(87, 12415) error: unmappable character for encoding Cp1252
Error:(87, 12459) error: unmappable character for encoding Cp1252
Error:(87, 12866) error: unmappable character for encoding Cp1252
Error:(87, 12968) error: unmappable character for encoding Cp1252
Error:(87, 12976) error: unmappable character for encoding Cp1252
Error:(87, 12998) error: unmappable character for encoding Cp1252
Error:(87, 13006) error: unmappable character for encoding Cp1252
Error:(87, 13014) error: unmappable character for encoding Cp1252
Error:(87, 13038) error: unmappable character for encoding Cp1252
Error:(87, 13046) error: unmappable character for encoding Cp1252
Error:(87, 13063) error: unmappable character for encoding Cp1252
Error:(87, 13071) error: unmappable character for encoding Cp1252
Error:(87, 13102) error: unmappable character for encoding Cp1252
Error:(87, 13279) error: unmappable character for encoding Cp1252
Error:(87, 13352) error: unmappable character for encoding Cp1252
Error:(87, 13402) error: unmappable character for encoding Cp1252
Error:(87, 13504) error: unmappable character for encoding Cp1252
C:\Users\DOSSANI'S\Downloads\mitzuli-master\mitzuli-master\libraries\lttoolbox-java\src\main\java\org\apertium\transfer\generation\TransferBytecode.java
Warning:(7, 47) Constants is internal proprietary API and may be removed in a future release
Warning:(8, 47) Constants is internal proprietary API and may be removed in a future release
Warning:(9, 47) Constants is internal proprietary API and may be removed in a future release
Warning:(10, 47) Constants is internal proprietary API and may be removed in a future release
Warning:(11, 47) Constants is internal proprietary API and may be removed in a future release
Warning:(12, 47) Constants is internal proprietary API and may be removed in a future release
Warning:(13, 47) Constants is internal proprietary API and may be removed in a future release
Warning:(15, 48) ArrayType is internal proprietary API and may be removed in a future release
Warning:(16, 48) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(17, 48) ClassGen is internal proprietary API and may be removed in a future release
Warning:(18, 48) ConstantPoolGen is internal proprietary API and may be removed in a future release
Warning:(19, 48) FieldGen is internal proprietary API and may be removed in a future release
Warning:(20, 48) GOTO is internal proprietary API and may be removed in a future release
Warning:(21, 48) IFEQ is internal proprietary API and may be removed in a future release
Warning:(22, 48) IFLE is internal proprietary API and may be removed in a future release
Warning:(23, 48) IFNE is internal proprietary API and may be removed in a future release
Warning:(24, 55) InstructionConstants is internal proprietary API and may be removed in a future release
Warning:(25, 55) InstructionConstants is internal proprietary API and may be removed in a future release
Warning:(26, 55) InstructionConstants is internal proprietary API and may be removed in a future release
Warning:(27, 55) InstructionConstants is internal proprietary API and may be removed in a future release
Warning:(28, 55) InstructionConstants is internal proprietary API and may be removed in a future release
Warning:(29, 55) InstructionConstants is internal proprietary API and may be removed in a future release
Warning:(30, 55) InstructionConstants is internal proprietary API and may be removed in a future release
Warning:(31, 55) InstructionConstants is internal proprietary API and may be removed in a future release
Warning:(32, 55) InstructionConstants is internal proprietary API and may be removed in a future release
Warning:(33, 48) InstructionFactory is internal proprietary API and may be removed in a future release
Warning:(34, 55) InstructionFactory is internal proprietary API and may be removed in a future release
Warning:(35, 48) InstructionHandle is internal proprietary API and may be removed in a future release
Warning:(36, 48) InstructionList is internal proprietary API and may be removed in a future release
Warning:(37, 48) MethodGen is internal proprietary API and may be removed in a future release
Warning:(38, 48) TargetLostException is internal proprietary API and may be removed in a future release
Warning:(39, 48) Type is internal proprietary API and may be removed in a future release
Warning:(40, 55) Type is internal proprietary API and may be removed in a future release
Warning:(68, 24) Type is internal proprietary API and may be removed in a future release
Warning:(69, 24) Type is internal proprietary API and may be removed in a future release
Warning:(70, 24) Type is internal proprietary API and may be removed in a future release
Warning:(71, 24) Type is internal proprietary API and may be removed in a future release
Warning:(72, 24) Type is internal proprietary API and may be removed in a future release
Warning:(73, 24) Type is internal proprietary API and may be removed in a future release
Warning:(74, 24) Type is internal proprietary API and may be removed in a future release
Warning:(74, 57) ArrayType is internal proprietary API and may be removed in a future release
Warning:(75, 24) Type is internal proprietary API and may be removed in a future release
Warning:(75, 48) ArrayType is internal proprietary API and may be removed in a future release
Warning:(76, 24) Type is internal proprietary API and may be removed in a future release
Warning:(77, 11) Type is internal proprietary API and may be removed in a future release
Warning:(80, 11) ClassGen is internal proprietary API and may be removed in a future release
Warning:(81, 11) ConstantPoolGen is internal proprietary API and may be removed in a future release
Warning:(82, 11) InstructionList is internal proprietary API and may be removed in a future release
Warning:(83, 11) InstructionFactory is internal proprietary API and may be removed in a future release
Warning:(84, 11) FieldGen is internal proprietary API and may be removed in a future release
Warning:(85, 11) MethodGen is internal proprietary API and may be removed in a future release
Warning:(123, 88) Type is internal proprietary API and may be removed in a future release
Warning:(126, 90) Type is internal proprietary API and may be removed in a future release
Warning:(129, 88) Type is internal proprietary API and may be removed in a future release
Warning:(138, 97) Type is internal proprietary API and may be removed in a future release
Warning:(145, 7) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(145, 41) IFLE is internal proprietary API and may be removed in a future release
Warning:(148, 88) Type is internal proprietary API and may be removed in a future release
Warning:(150, 88) Type is internal proprietary API and may be removed in a future release
Warning:(152, 88) Type is internal proprietary API and may be removed in a future release
Warning:(245, 81) Type is internal proprietary API and may be removed in a future release
Warning:(249, 95) Type is internal proprietary API and may be removed in a future release
Warning:(255, 9) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(255, 43) IFNE is internal proprietary API and may be removed in a future release
Warning:(257, 9) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(257, 40) GOTO is internal proprietary API and may be removed in a future release
Warning:(277, 81) Type is internal proprietary API and may be removed in a future release
Warning:(279, 88) Type is internal proprietary API and may be removed in a future release
Warning:(294, 81) Type is internal proprietary API and may be removed in a future release
Warning:(298, 95) Type is internal proprietary API and may be removed in a future release
Warning:(301, 86) Type is internal proprietary API and may be removed in a future release
Warning:(308, 97) Type is internal proprietary API and may be removed in a future release
Warning:(331, 90) Type is internal proprietary API and may be removed in a future release
Warning:(336, 94) Type is internal proprietary API and may be removed in a future release
Warning:(340, 94) Type is internal proprietary API and may be removed in a future release
Warning:(344, 90) Type is internal proprietary API and may be removed in a future release
Warning:(351, 90) Type is internal proprietary API and may be removed in a future release
Warning:(378, 86) Type is internal proprietary API and may be removed in a future release
Warning:(382, 90) Type is internal proprietary API and may be removed in a future release
Warning:(386, 90) Type is internal proprietary API and may be removed in a future release
Warning:(395, 90) Type is internal proprietary API and may be removed in a future release
Warning:(396, 90) Type is internal proprietary API and may be removed in a future release
Warning:(402, 90) Type is internal proprietary API and may be removed in a future release
Warning:(403, 90) Type is internal proprietary API and may be removed in a future release
Warning:(414, 92) Type is internal proprietary API and may be removed in a future release
Warning:(417, 90) Type is internal proprietary API and may be removed in a future release
Warning:(422, 90) Type is internal proprietary API and may be removed in a future release
Warning:(427, 94) Type is internal proprietary API and may be removed in a future release
Warning:(431, 94) Type is internal proprietary API and may be removed in a future release
Warning:(435, 90) Type is internal proprietary API and may be removed in a future release
Warning:(438, 90) Type is internal proprietary API and may be removed in a future release
Warning:(442, 86) Type is internal proprietary API and may be removed in a future release
Warning:(488, 87) Type is internal proprietary API and may be removed in a future release
Warning:(503, 83) Type is internal proprietary API and may be removed in a future release
Warning:(507, 95) Type is internal proprietary API and may be removed in a future release
Warning:(528, 90) Type is internal proprietary API and may be removed in a future release
Warning:(550, 81) Type is internal proprietary API and may be removed in a future release
Warning:(554, 107) Type is internal proprietary API and may be removed in a future release
Warning:(557, 100) Type is internal proprietary API and may be removed in a future release
Warning:(558, 87) Type is internal proprietary API and may be removed in a future release
Warning:(575, 5) Type is internal proprietary API and may be removed in a future release
Warning:(575, 23) Type is internal proprietary API and may be removed in a future release
Warning:(608, 98) Type is internal proprietary API and may be removed in a future release
Warning:(614, 102) Type is internal proprietary API and may be removed in a future release
Warning:(625, 16) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(626, 16) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(626, 65) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(629, 46) GOTO is internal proprietary API and may be removed in a future release
Warning:(631, 11) InstructionHandle is internal proprietary API and may be removed in a future release
Warning:(632, 16) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(642, 40) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(650, 5) InstructionHandle is internal proprietary API and may be removed in a future release
Warning:(651, 10) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(653, 10) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(657, 22) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(661, 22) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(666, 18) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(666, 56) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(667, 48) IFNE is internal proprietary API and may be removed in a future release
Warning:(667, 65) IFEQ is internal proprietary API and may be removed in a future release
Warning:(671, 18) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(671, 56) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(672, 48) IFNE is internal proprietary API and may be removed in a future release
Warning:(672, 65) IFEQ is internal proprietary API and may be removed in a future release
Warning:(676, 18) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(676, 56) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(677, 48) IFNE is internal proprietary API and may be removed in a future release
Warning:(677, 65) IFEQ is internal proprietary API and may be removed in a future release
Warning:(681, 18) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(681, 56) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(682, 48) IFNE is internal proprietary API and may be removed in a future release
Warning:(682, 65) IFEQ is internal proprietary API and may be removed in a future release
Warning:(686, 18) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(686, 56) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(687, 48) IFNE is internal proprietary API and may be removed in a future release
Warning:(687, 65) IFEQ is internal proprietary API and may be removed in a future release
Warning:(691, 18) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(691, 56) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(692, 48) IFNE is internal proprietary API and may be removed in a future release
Warning:(692, 65) IFEQ is internal proprietary API and may be removed in a future release
Warning:(696, 18) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(696, 56) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(697, 48) IFNE is internal proprietary API and may be removed in a future release
Warning:(697, 65) IFEQ is internal proprietary API and may be removed in a future release
Warning:(700, 18) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(700, 63) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(706, 18) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(707, 7) InstructionHandle is internal proprietary API and may be removed in a future release
Warning:(708, 12) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(712, 18) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(712, 63) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(723, 27) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(733, 111) Type is internal proprietary API and may be removed in a future release
Warning:(747, 83) Type is internal proprietary API and may be removed in a future release
Warning:(761, 81) Type is internal proprietary API and may be removed in a future release
Warning:(773, 91) Type is internal proprietary API and may be removed in a future release
Warning:(785, 91) Type is internal proprietary API and may be removed in a future release
Warning:(799, 81) Type is internal proprietary API and may be removed in a future release
Warning:(811, 91) Type is internal proprietary API and may be removed in a future release
Warning:(875, 98) Type is internal proprietary API and may be removed in a future release
Warning:(880, 102) Type is internal proprietary API and may be removed in a future release
Warning:(921, 14) ClassGen is internal proprietary API and may be removed in a future release
Warning:(923, 14) InstructionList is internal proprietary API and may be removed in a future release
Warning:(924, 19) InstructionFactory is internal proprietary API and may be removed in a future release
Warning:(944, 16) MethodGen is internal proprietary API and may be removed in a future release
Warning:(953, 16) MethodGen is internal proprietary API and may be removed in a future release
Warning:(976, 18) FieldGen is internal proprietary API and may be removed in a future release
Warning:(983, 96) Type is internal proprietary API and may be removed in a future release
Warning:(1014, 20) FieldGen is internal proprietary API and may be removed in a future release
Warning:(1021, 98) Type is internal proprietary API and may be removed in a future release
Warning:(1035, 18) FieldGen is internal proprietary API and may be removed in a future release
Warning:(1044, 18) FieldGen is internal proprietary API and may be removed in a future release
Warning:(1055, 18) FieldGen is internal proprietary API and may be removed in a future release
Warning:(1070, 94) Type is internal proprietary API and may be removed in a future release
Warning:(1070, 105) ArrayType is internal proprietary API and may be removed in a future release
Warning:(1090, 19) Type is internal proprietary API and may be removed in a future release
Warning:(1090, 46) Type is internal proprietary API and may be removed in a future release
Warning:(1108, 18) MethodGen is internal proprietary API and may be removed in a future release
Warning:(1108, 64) Type is internal proprietary API and may be removed in a future release
Warning:(1113, 9) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(1113, 43) IFEQ is internal proprietary API and may be removed in a future release
Warning:(1124, 76) Type is internal proprietary API and may be removed in a future release
Warning:(1124, 95) ArrayType is internal proprietary API and may be removed in a future release
Warning:(1151, 19) Type is internal proprietary API and may be removed in a future release
Warning:(1151, 46) Type is internal proprietary API and may be removed in a future release
Warning:(1175, 18) MethodGen is internal proprietary API and may be removed in a future release
Warning:(1175, 63) Type is internal proprietary API and may be removed in a future release
Warning:(1180, 9) BranchHandle is internal proprietary API and may be removed in a future release
Warning:(1180, 43) IFEQ is internal proprietary API and may be removed in a future release
Warning:(1191, 76) Type is internal proprietary API and may be removed in a future release
Warning:(1191, 95) ArrayType is internal proprietary API and may be removed in a future release
Warning:(1200, 87) Type is internal proprietary API and may be removed in a future release
Warning:(1215, 18) FieldGen is internal proprietary API and may be removed in a future release
Warning:(1217, 18) MethodGen is internal proprietary API and may be removed in a future release
Warning:(1221, 18) TargetLostException is internal proprietary API and may be removed in a future release
Warning:(1227, 96) Type is internal proprietary API and may be removed in a future release
Warning:(1237, 18) FieldGen is internal proprietary API and may be removed in a future release
Warning:(1239, 18) MethodGen is internal proprietary API and may be removed in a future release
Warning:(1243, 18) TargetLostException is internal proprietary API and may be removed in a future release
Warning:(1256, 18) FieldGen is internal proprietary API and may be removed in a future release
Warning:(1258, 18) MethodGen is internal proprietary API and may be removed in a future release
Warning:(1262, 18) TargetLostException is internal proprietary API and may be removed in a future release
Warning:(1269, 94) Type is internal proprietary API and may be removed in a future release
Warning:(1269, 105) ArrayType is internal proprietary API and may be removed in a future release
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
205 warnings
:libraries:lttoolbox-java:processResources UP-TO-DATE
:libraries:lttoolbox-java:classes
:libraries:lttoolbox-java:jar
:libraries:opencv:compileLint
:libraries:opencv:copyReleaseLint UP-TO-DATE
:libraries:opencv:mergeReleaseProguardFiles UP-TO-DATE
:libraries:opencv:extractNativeLibs
:libraries:opencv:preBuild UP-TO-DATE
:libraries:opencv:preReleaseBuild UP-TO-DATE
:libraries:opencv:checkReleaseManifest
:libraries:opencv:prepareReleaseDependencies
:libraries:opencv:compileReleaseAidl
:libraries:opencv:compileReleaseRenderscript
:libraries:opencv:generateReleaseBuildConfig
:libraries:opencv:generateReleaseAssets UP-TO-DATE
:libraries:opencv:mergeReleaseAssets
:libraries:opencv:generateReleaseResValues UP-TO-DATE
:libraries:opencv:generateReleaseResources
:libraries:opencv:packageReleaseResources
:libraries:opencv:processReleaseManifest
:libraries:opencv:processReleaseResources
:libraries:opencv:generateReleaseSources
:libraries:opencv:processReleaseJavaRes UP-TO-DATE
:libraries:opencv:compileReleaseJavaWithJavac
Note: C:\Users\DOSSANI'S\Downloads\mitzuli-master\mitzuli-master\libraries\opencv\src\main\java\org\opencv\android\JavaCameraView.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
:libraries:opencv:packageReleaseJar
:libraries:opencv:compileReleaseNdk UP-TO-DATE
:libraries:opencv:packageReleaseJniLibs
:libraries:opencv:packageReleaseLocalJar UP-TO-DATE
:libraries:opencv:packageReleaseRenderscript UP-TO-DATE
:libraries:opencv:bundleRelease
:libraries:tesseract-android-tools:compileLint
:libraries:tesseract-android-tools:copyReleaseLint UP-TO-DATE
:libraries:tesseract-android-tools:mergeReleaseProguardFiles UP-TO-DATE
:libraries:tesseract-android-tools:preBuild UP-TO-DATE
:libraries:tesseract-android-tools:preReleaseBuild UP-TO-DATE
:libraries:tesseract-android-tools:checkReleaseManifest
:libraries:tesseract-android-tools:prepareReleaseDependencies
:libraries:tesseract-android-tools:compileReleaseAidl
:libraries:tesseract-android-tools:compileReleaseRenderscript
:libraries:tesseract-android-tools:generateReleaseBuildConfig
:libraries:tesseract-android-tools:generateReleaseAssets UP-TO-DATE
:libraries:tesseract-android-tools:mergeReleaseAssets
:libraries:tesseract-android-tools:generateReleaseResValues UP-TO-DATE
:libraries:tesseract-android-tools:generateReleaseResources
:libraries:tesseract-android-tools:packageReleaseResources
:libraries:tesseract-android-tools:processReleaseManifest
:libraries:tesseract-android-tools:processReleaseResources
:libraries:tesseract-android-tools:generateReleaseSources
:libraries:tesseract-android-tools:ndkBuild
Android NDK: Host 'awk' tool is outdated. Please define NDK_HOST_AWK to point to Gawk or Nawk !
make.exe: Entering directory C:/Users/DOSSANI'S/Downloads/mitzuli-master/mitzuli-master/libraries/tesseract-android-tools/src/main/native' make.exe: Leaving directoryC:/Users/DOSSANI'S/Downloads/mitzuli-master/mitzuli-master/libraries/tesseract-android-tools/src/main/native'
process_begin: CreateProcess(NULL, "C:/Users/DOSSANIS/AppData/Local/Android/sdk/ndk-bundle/prebuilt/windows-x86_64/bin/awk.exe -f C:/Users/DOSSANIS/AppData/Local/Android/sdk/ndk-bundle/build/awk/check-awk.awk", ...) failed.
C:\Users\DOSSANI'S\AppData\Local\Android\sdk\ndk-bundle\build\core\init.mk
Error:(373) *** Android NDK: Aborting. . Stop.
:libraries:tesseract-android-tools:ndkBuild FAILED
Error:Execution failed for task ':libraries:tesseract-android-tools:ndkBuild'.

Process 'command 'C:\Users\DOSSANI'S\AppData\Local\Android\sdk\ndk-bundle/ndk-build.cmd'' finished with non-zero exit value 2
Information:BUILD FAILED
Information:Total time: 16.674 secs
Information:102 errors
Information:206 warnings
Information:See complete output in console

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants