Suggestion for Android Binary Package Tutorial (Feature #1985)
Description
I followed this page, and it worked with the default Google Android development environment (Android4.0), except for one thing:
I needed to right-click OpenCV-2.4.0 (and each other project), select "Properties", select "Android" in the bar on the left, check the box next to "Android 4.0," and hit "apply." This set up the Java build path libraries so I could avoid the compile errors about not being able to find the Object() constructor.
History
Updated by Josiah Yoder almost 13 years ago
And the feature request:
Can we add a note about this in the page I linked to? I would be happy to edit the documentation myself if someone can point me in the right direction and grant me access.
Thanks!
Updated by Kirill Kornyakov almost 13 years ago
Here are sources: source://trunk/opencv/doc/tutorials/introduction/android_binary_package. You can create a patch, and attach it here!
Updated by Andrey Kamaev almost 13 years ago
- Target version set to 2.4.2
Updated by Andrey Pavlenko over 12 years ago
See the updated tutorial at http://docs.opencv.org/trunk/doc/tutorials/introduction/android_binary_package/android_binary_package.html
- Status changed from Open to Done