Opencv library on AIDE
Opencv library on AIDE
I'm new with android programming and I want to code and compile an app based on opencv library and I want to do that from my tablet using AIDE, but I don't know how to setup opencv library in AIDE. Can anyone help me?
best jar file github.com/rajamalw/opencv-android-gradle/raw/master/jar/…
– S.Sai Sarath
Sep 13 '16 at 6:44
1 Answer
1
Go download the .jar (link to Java2). Create a libs
folder in your app's directory and put the jar in it. Then go back to AIDE, open your project and navigate to the libs folder. Long press the jar. When the dialogue pops up asking if you what to do click "add library to project." Close AIDE, because for some reason it doesn't recognize the library until you restart it. Open your project again and you can now use any opencv class in your project by using the correct import statement.
libs
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
I believe it has already been discussed somewhere here how to add libraries to your project....
– the_OTHER_DJMethaneMan
May 13 '15 at 18:24