Hey all,
Since summer started I've finally had a chance to get back into this SDK. Messed around with the old stuff for a bit and then decided it would be good to upgrade to the new 1.0.0.
Unfortunately, I seem to have missed something and my native code is throwing errors upon compilation. It says it can't find any of the QCAR files (QCAR/QCAR.h, QCAR/UpdateCallback.h, etc.). The files are in the same relative directory as they were in the previous version of the SDK which still works fine for me. Am I missing something simple? :)
--Kenner
After a lot of searching, I realized that my ndk-build was not the most recent version. Updating to the newest (r5c) fixed the problem. Hope this helps anyone else with the same issue!
--Kenner