1

I have an application that use OpenCV for image proccessing, everything works well, but most size of my android output APK file is for OpenCV component. As I do not use most of source codes of OpenCV for my app, am I able to avoid using all of OpenCV methods?

Jeru Luke
  • 20,118
  • 13
  • 80
  • 87
Ata
  • 12,126
  • 19
  • 63
  • 97

1 Answers1

0

how to reduce android app size? I reduce my app size from the above accepted answer. You can just split your apk for different processors according to your jnilibs.

Community
  • 1
  • 1
Rahul Bhavani
  • 311
  • 2
  • 10