How to link open CV libraries to my apk
I have developed an image processing application in android using openCV. Now i am confused as on new device if openCV is not installed my application warn the user and redirects them to google play to download the openCV Manager.
I want to know is there a way i can link openCV so it is bundled with my apk and user does not have to download the openCV manager from google play.
What changes will be required.