How to reduce the apk size of Android app which need openCv lib( only for Image processing)
问题 I'm building an Android app with min SDK 15 , which uses OpenCV library.The problem is when I build apk size of it is more than 60 MB which is not very great. I checked the app file, I could see that the size is too big due to libopencv_java3.so file in all architectures like amr64 , armeabi , mips , x86 etc. I am using opneCv only for image processing.This library has a lot of other features like video processing, 3d image, object detection and much more, which I don't need in my app like If