"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Best way to manipulate SDK?

Hi Guys I've got everything installed correctly and can build the samples and import them into eclipse and then run them on my Nexus S. Firstly (rather than just assume) every time I modify anything in the jni i need to rebuild (with the standard ndk-build) don't I? Does this mean I then need to import into Eclipse again? Have you guys added NDK-build to Eclipse to build every time you need to and then code using the C++ perspective?

DavidBeard

Sun, 03/25/2012 - 04:13

You do need to execute ndk-build, but you don't need to re-import the project. After running ndk-build, execute Project > Clean in Eclipse.