Skip to content

Please add support for armeabi-v7a #3

Open
@dankito

Description

@dankito

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions