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

Please add support for armeabi-v7a #3

Open
dankito opened this issue Mar 23, 2019 · 0 comments
Open

Please add support for armeabi-v7a #3

dankito opened this issue Mar 23, 2019 · 0 comments

Comments

@dankito
Copy link

dankito commented Mar 23, 2019

com.zsmarter:Tess4Android only supports arm64-v8a.

But there are still a lot of devices out there running on armeabi-v7a. Could you please also add support for it?

(Instead of defining

APP_ABI := arm64-v8a

in Application.mk use

APP_ABI := arm64-v8a armeabi-v7a

.)

Thanks a lot!

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

1 participant