I'm getting below message in console while import the vuforia sample app. Do i need to use ndk-build for vuforia sample?
Buildfile: D:\AugmentedReality\AR_work\VuforiaSamples\CopyVuforiaFiles.xml
CopyVuforiaSo:
BUILD FAILED
D:\AugmentedReality\AR_work\VuforiaSamples\CopyVuforiaFiles.xml:4: D:\AugmentedReality\build\lib\armeabi-v7a does not exist.
Hi, for the java api samples you do not need to use ndk-build.
suppose the sdk is the following:
~/android_development/vuforia-sdk-android-3-0-5_0
Copy the samples to the samples folder as follows:
~/android_development/vuforia-sdk-android-3-0-5_0/samples/VuforiaSamples-3-0-5_0
Then in eclipse just clean and build and run the application. Make sure that when you import the sample project into eclipse do not
copy the project into the workspace. Leave it in the samples folder. The project should compile and execute without any problem. i have tested this and it works.