"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

The library lib*.so could not be loaded

Hi, I have followed steps mentioend in https://developer.vuforia.com/resources/dev-guide/getting-started-android-native-sdk and imported cloud rec project to eclipse. While executing the app in emulator i am geting this error, The library lib*.so could not be loaded. I have ensured that order of export in Java build path has QCAR.jar checked. Let me know anything else is missing.

sujathasanigarapu1

Wed, 07/31/2013 - 10:15

Issue is resolved now. I have removed NDK path configuration from Eclipse>Window >Prefrences > Android>NDK and executed ndk-build from command prompt, then ran Eclipse>Project>Build project  (only build will work and not clean build).