This repository has been archived by the owner on Mar 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Cannot binarize bitmap on device running Android L #58
Comments
Thanks for the report. Did you build with version r10 of the NDK? And is running the tests sufficient to get this error? |
Yes, I downloaded NDK r10 yesterday and built it on the latest commit on master. I haven't ran the tests, but I'll check it out and give you a heads up later today. |
How do I run the tests on Android Studio? Running it as an Android Test results in |
You can run the tests on the command line:
|
The error also occurs on an emulator when running the unit tests:
|
Confirmed, works on Android L. Thanks! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm getting an error when running Leptonica:
Where
BinarizeImageTask.java:42
isPix pix = ReadFile.readBitmap(bitmap);
This issue only happens on my Nexus 5 running Android L Developer Preview. All other devices work without any issues.
The text was updated successfully, but these errors were encountered: