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.
- Sort Posts
- 3 replies
- Last post
The library lib*.so could not be loaded
July 30, 2013 - 5:55am #4
The library lib*.so could not be loaded
July 30, 2013 - 6:52am #3
The library lib*.so could not be loaded
July 31, 2013 - 3:15am #1
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). With this .so files are not geting removed from /libs folder. This is only a workaroud, but proper solution would be to perform NDK build from eclispe and build the android project.
You need to run the app on a real device, the emulator is not supported.