"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

FrameMArkers sample App Error

Hi All,

I am having this error while I am trying to build (ndk-build) the FrameMarkers sample App

Gdbserver      : [arm-linux-androideabi-4.6] libs/armeabi/gdbserverinstall: cannot stat `/cygdrive/c/Development/Android/android-ndk-r8e/prebuilt/android-arm/gdbserver/gdbserver': No such file or directory/cygdrive/c/Development/Android/android-ndk-r8e/build/core/setup-toolchain.mk:154: recipe for target `libs/armeabi/gdbserver' failedmake: *** [libs/armeabi/gdbserver] Error 1 Would someone tell me how to fix it. Thanks

AlessandroB

Thu, 06/27/2013 - 07:40

Hi, looks like you might have incorrectly installed the NDK or maybe the Vuforia SDK.

One recommendation is to put the vuforia sdk following the directory structure indicated in the Gettign Started guide:

Hi everybody!

I am trying to execute Frame Markers app but i have an important problem. When i execute ndk-build in my Cywing the error is:

Hi,

thanks for quickly answer!!

i have remove ./libs ./bin ./obj manually in the FrameMarker directory as you said me and remove to Eclipse, import other one framemarker project and rebuild. The error that appeared in my last post it isn't. But i have another problem.

AlessandroB

Tue, 12/17/2013 - 22:27

Have you tried reinstalling the samples ? It seems something may be corrupted with your FM sample.

Also, note that if you download the latest SDK (2.8) which has just been released, you can build the samples with Java only (no need to use NDK anymore).

 

Hi Alessandro!

i have remove directory FM sample and upload an initial security backup FM sample. But the error is the same...

Yes, downloading the latest  version 2.8 is a good idea.

Note that in the 2.8 SDK, we have introduced a full JAVA API for Android; this means that you don't need to code in C++ anymore (although you can, if you want to, as the C++ APi is also still available).