Ask Your Question

vikas's profile - activity

2013-04-19 09:10:25 -0600 received badge  Student (source)
2013-04-18 08:55:37 -0600 asked a question 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.