Yalantis / uCrop

Image Cropping Library for Android

Home Page:https://yalantis.com/blog/introducing-ucrop-our-own-image-cropping-library-for-android/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Limited CPU architecture support in 2.0

flekken opened this issue · comments

Why is only 3 architectures supported in 2.0?
Is there a reason?
For example, I cannot use the version 2.0 of this library in an x64 android emulator.

Well, it's just most common setup :)
I can build it for all cpu but more .so files - more weight.
So, I don't think I need to include mips and mips64, but I can add x86_64 for you :octocat:

@flekken please try to use library version 2.1.0 - I've added x86_64 support.

I think this might have something to do with my issue as it touches CPU architectures and native libraries, but I don't possess the knowledge in those areas to pursue why myself. Have a look: #163

Just tried with the 2.1.1 version on the x86_64 emulator and It's working. Thank you!