Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You should consider splitting your APK into architecture specific versions:

https://developer.android.com/google/play/publishing/multiple-apks.html

That way you only need to include one version of OpenCV pr. APK, e.g. arm64-v8a.

That should give you the size reduction you're looking for.