Reputation: 128
Recently,i want to learn how to use opencv in android,but I stuck in the beginning.
I follow this page to learn how to construct the environment,but when I run the sample "Tutorial 1-Add OpenCV",it appears
The environment:
jdk 1.6 33update
eclipse juno
android 4.0
ndk r8b
Anybody know what kind of mistakes I have made?
thanks!
Upvotes: 0
Views: 450
Reputation: 8725
Did you actually read warning message? It says that your program doesn't work without OpenCV manager. It was added in version 2.4.2. So all you need to do is to install it.
Upvotes: 2