"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

Unsatisfied Link Error

Hello everybody! I just tried the Sample project Image Targets, but everytime i try to run it on my Mobile Phone i get the following error: java.lang.UnsatisfiedLinkError : getOpenGlEsVersionNative Could you tell me how i can get aroudn those error?

robertross

Mon, 01/23/2012 - 16:59

Looks like you have not built the required libraries. Did you do "ndk-build" in your project directory?

You may also need to refresh the Eclipse project after running ndk-build. Right-click in the Package Explorer and choose Refresh. - Kim

Hi,

I have the same message on logcat. First I add my own method to ImagenTargets.cpp and then I tried to load the library to my new class but I recieved that error. This is the code I use in the new class:

DavidBeard

Tue, 08/14/2012 - 16:46

Try unquoting the argument to loadLibrary, so that it is com.qualcomm.QCARSamples.ImageTargets.ImageTargets.loadLibrary(NATIVE_LIB_SAMPLE);

Also you should see log messages indicating whether the library has been loaded successfully ..

I realize of the first issue just after post it. But I recieve the same message and also this one(Cartel is my new class):

08-14 18:54:28.015: W/dalvikvm(10229): No implementation found for native Lcom/qualcomm/QCARSamples/ImageTargets/Cartel;.getCoordinates ([D)[I