rmtheis / android-ocr

Experimental optical character recognition app
Apache License 2.0
2.22k stars 894 forks source link

When running #57

Closed kevinmel2000 closed 7 years ago

kevinmel2000 commented 7 years ago

Error:Execution failed for task ':OCRTest:transformNative_libsWithStripDebugSymbolForDebug'.

java.lang.NullPointerException (no error message)

rmtheis commented 7 years ago

Have you tried the solutions listed here? http://stackoverflow.com/questions/39604417/android-studio-2-2-native-development-migration-issue

kevinmel2000 commented 7 years ago

no just change to 2.4 build tool it solve

On Wed, Oct 5, 2016 at 5:23 AM, Robert Theis notifications@github.com wrote:

Have you tried the solutions listed here? http://stackoverflow.com/ questions/39604417/android-studio-2-2-native-development-migration-issue

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/rmtheis/android-ocr/issues/57#issuecomment-251531192, or mute the thread https://github.com/notifications/unsubscribe-auth/AD_FnWawMPhc86GKJsfusfTfSKK5Pspzks5qwtHFgaJpZM4KOKDs .

kevinmel2000 commented 7 years ago

thanks man it solve just change to 2.4 build tool it solve

compileSdkVersion 24 buildToolsVersion "24.0.0"