Tess4Android icon indicating copy to clipboard operation
Tess4Android copied to clipboard

Please add support for armeabi-v7a

Open dankito opened this issue 5 years ago • 0 comments

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!

dankito avatar Mar 23 '19 21:03 dankito