Hey guys. I'm running through my first time setup of the SDK and am rather stuck on step 3, where I need to compile shared objects for the NDK. I have the SDK environment set up properly but I don't understand how to compile the shared objects.
Compile the Shared Object with Application Code
Android NDK applications are deployed as shared objects with a Java bootloader. In this step we create the binary *.so file that is later packaged through Eclipse. For each sample app you will need to build the application *.so separately.
Build ImageTargets shared libraryChange directory to ImageTargets in the
\qcar-sdk-xx-yy-zz\samples directory and execute
Basically as I look at this, and the code compiled beneath I'm missing the link in terms of how to apply it. I've been trying to do this in cygwin and after having it fail several times I am convinced I am making a silly n00b error and need someone who's familiar with this process to provide clarification on this step of the process for me if you can.
I really hate asking with something that seems fairly straight forward on the tutorial but my brain just isn't processing this step right :\
Check that you've set-up your development environment correctly - https://developer.vuforia.com/resources/dev-guide/step-1-setting-development-environment-android-sdk
Specifically confirm that your NDK path is defined correctly.