I decided to start learning Android programming by replicating one of the tutorials in the OpenCV SDK.
I created a Visual Studio 2015 project of type “Android Application with Native Code”, from the Nsight Tegra templates added to Visual Studio. Then I copied over the code from the tutorial, making sure the details were appropriately altered. Things like the package= in the Android Manifest, ect.
Unfortunately, I got the error message org.opencv.android does not exist, followed by more for every time OpenCV was used. OpenCV has an odd sdk, with no jar files, so it was hard to search.
I’ve tried every solution I could find on the internet, added the .so and .a files to everywhere in the file system tree in the project, and altered every path in the vcxproj I could. Nothing has worked.
I’ve altered the nsight_tegra_build_overrides, although I didn’t know what I was doing, so no surprise that didn’t work.
I’m sure it’s something simple, but I can’t figure it out. Can anyone help?