I referred some issues in forum. But i can't understand. Where to change my code? Is any other file to change?
I referred some issues in forum. But i can't understand. Where to change my code? Is any other file to change?
I have installed the ndk-build & configuration as required, still it gives me the same error.. It worked for me in the previous Vuforia-sdk version.
I also went through the Migration Link for android project, Have replaced the old QCAR_SDK_ROOT.jar file with the new Vuforia.jar file.
Any help/suggestion is appreaciated.
Thanks,
Try android-ndk-r8 instead of android-ndk-r9. I tried, it's working for me. First run the ndk sample from this link then vuforia should work.
http://ibuzzlog.blogspot.in/2012/07/how-to-install-android-ndk-on-windows.html
Are your samples in the samples folder of your Vuforia SDK installation? - that error typically arises from the wrong sample path
e.g.
C:\Development\Android\vuforia-sdk-android-[ version ]\samples\ImageTargetsNative
also see..
Hi, anyone knows how to fix this error?
Android NDK: ERROR:jni/Android.mk:QCAR-prebuilt: LOCAL_SRC_FILES points to a missing file
Android NDK: Check that jni/../../../build/lib/armeabi/libQCAR.so exists or that its path is correct
/Users/marlonromero/Android/android-ndk-r9c/build/core/prebuilt-library.mk:45: *** Android NDK: Aborting . Stop.
android-ndk-r9c
android-sdk
vuforia-sdk-android-2-8-7
ADT
mac os x 10.9.1
thank you!
It is recommended to put Vuforia, Android SDK and NDK all under a common path, for instance:
Android SDK: C:\development\android-sdk<
Android NDK: C:\development\android-ndk-r9
Vuforia SDK: C:\development\vuforia-sdk
See the developer guide (Getting Started guide).
The problem is that they renamed libQCAR.so to libVuforia.so without mentioning about it in the patch notes (!).
Just change the name. Also, there is no armeabi version anymore, so you should only have armeabi-v7a in APP_ABI
EDIT: Also as mentioned, you have to change the JAR-file reference as well...
Also, just had this problem today where it said something about "you can only specify one file in LOCAL_SRC_FILES" for the prebuilt library. Do check that your directory path has no spaces! :D