liuzixing
liuzixing

Reputation: 128

fail in running the opencv sample in android

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 this warming

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

Answers (1)

ArtemStorozhuk
ArtemStorozhuk

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

Related Questions