rmtheis / tess-two

Fork of Tesseract Tools for Android
Apache License 2.0
3.76k stars 1.38k forks source link

ndk lib #221

Closed Reginer closed 7 years ago

Reginer commented 7 years ago

Can you upload all the ndk libraries?

I want to use it this way:

ndk { abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86'//,'armeabi' ,'x86_64', 'mips', 'mips64' }

rmtheis commented 7 years ago

If you want to build all the ABIs you can edit the Application.mk files as you've done above and build the project yourself using the instructions in BUILDING.md, or you can use version 7.0.0, which includes all ABIs: compile 'com.rmtheis:tess-two:7.0.0'

Reginer commented 7 years ago

That's OK .