user1506119
user1506119

Reputation: 166

OpenCV 2.4.9 for android issues on eclipse

I am trying to use OpenCV 2.4.9 for android on Eclipse. I have followed the steps online to try and set up the sample projects that come along with the opencv 2.4.9 sdk. When i build the project i am getting the following error

resource '/opencv library - 2.4.9/bin' does not exist

I have already installed ADT, CDT plugins and configured NDK.

Thanks in advance.

Upvotes: 0

Views: 336

Answers (1)

user1506119
user1506119

Reputation: 166

Turned out that project.properties target was set to a version different from the sdk I had installed. Changing this solved the problem.

Upvotes: 1

Related Questions