I have problem with "Open OpenCV library and samples in Eclipse" step 3 "Import OpenCV and samples into workspace."
As we import Java-project, not Android-project Eclipse looks for .project file in folder, doesn't it? So when I choose my folder when openCV has been extracted - it finds nothing to import. How did you solve this problem?
Andrey Kamaev
unread,
Nov 1, 2011, 4:06:56 AM11/1/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android...@googlegroups.com
Hi,
It seems you are using recent SDK (revision 14 or 15). Unfortunately Google has significantly changed compilation process with revision 14 release. And now binary release of OpenCV 2.3.1 is not fully compatible with the latest SDK.
Probably it will be enough to rename all `default.properties` files inside the package to the `project.properties`. Or you can try to build OpenCV trunk yourself. The problem seems to be already fixed in trunk.