"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

Compile the Shared Object

Hi, i have a question about this part. What exactly have i to do? I go to the path \qcar-android-xx-yy-zz\samples\ImageTargets How do I execute the code below? (Linux) [QUOTE] ndk-build Gdbserver : [arm-linux-androideabi-4.4.3] libs/armeabi/gdbserver Gdbsetup : libs/armeabi/gdb.setup ... SharedLibrary : libImageTargets.so Install : libImageTargets.so => libs/armeabi-v7a/libImageTargets.so Install : libQCAR.so => libs/armeabi-v7a/libQCAR.so[/QUOTE] I didn't make this step before and i try run as Android Aplication with my samsung Galaxy S II but the aplication stop can't run. Some help Please. Regards

Run "ndk-build" from the command line. Open your command line application and cd (change directory) to the ImageTargets directory. Run "ndk-build". The Android NDK folder must be on your Path for this to work. - Kim