"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

java.lang.UnsatisfiedLinkError

hi there,

we have a strange behaviour.

the Android version of our game (unity 5.5.2, vuforia 6.2) give this error (only on a device, zenpad 10 Android 5.0.2).

the camera stay black, so the error is during vuforia init.

anyone have seen the same error?

thanks

 

Emiliano

 

java.lang.UnsatisfiedLinkError: No implementation found for void com.vuforia.VuforiaUnityPlayer.VuforiaInitializer.initPlatformNative() (tried Java_com_vuforia_VuforiaUnityPlayer_VuforiaInitializer_initPlatformNative and Java_com_vuforia_VuforiaUnityPlayer_VuforiaInitializer_initPlatformNative__) com.vuforia.VuforiaUnityPlayer.VuforiaInitializer.initPlatformNative(Native Method) com.vuforia.VuforiaUnityPlayer.VuforiaInitializer.initPlatform(VuforiaInitializer.java:46) com.unity3d.player.UnityPlayer.nativeRender(Native Method) com.unity3d.player.UnityPlayer.a(Unknown Source) com.unity3d.player.UnityPlayer$c$1.handleMessage(Unknown Source) android.os.Handler.dispatchMessage(Handler.java:98) android.os.Looper.loop(Looper.java:135) com.unity3d.player.UnityPlayer$c.run(Unknown Source) UnityEngine.AndroidJNISafe.CheckException () UnityEngine.AndroidJNISafe.CallStaticVoidMethod (IntPtr clazz, IntPtr methodID, UnityEngine.jvalue[] args) UnityEngine.AndroidJavaObject._CallStatic (System.String methodName, System.Object[] args) UnityEngine.AndroidJavaObject.CallStatic (System.String methodName, System.Object[] args) Vuforia.AndroidUnityPlayer.InitAndroidPlatform () Vuforia.AndroidUnityPlayer.InitializePlatform () Vuforia.VuforiaRuntime.InitPlatform (IUnityPlayer player) Vuforia.VuforiaRuntimeInitialization.InitPlatform ()

Alexander258

Thu, 08/16/2018 - 04:38

The UnsatisfiedLinkError is a sub-class of the LinkageError class and denotes that the Java Virtual Machine (JVM) cannot find an appropriate native-language definition of a method declared as native . This error exists since the first release of Java (1.0) and is thrown only at runtime.