Search Unity

UnsatisfiedLinkError: Native method not found: com.unity3d.player.UnityPlayer.nativeRestartActivityI

Discussion in 'Editor & General Support' started by Jake_SqC, Jun 15, 2018.

  1. Jake_SqC

    Jake_SqC

    Joined:
    Mar 18, 2018
    Posts:
    4
    My project builds and installs successfully from my local machine. It crashes with the following immediately upon opening the app:

    java.lang.Error: FATAL EXCEPTION [main]
    Unity version : 2018.1.4f1
    Device model : samsung SM-T230NU
    Device fingerprint: samsung/degaswifiue/degaswifiue:4.4.2/KOT49H/T230NUUEU0APA1:user/release-keys

    Caused by: java.lang.UnsatisfiedLinkError: Native method not found: com.unity3d.player.UnityPlayer.nativeRestartActivityIndicator:()V
    at com.unity3d.player.UnityPlayer.nativeRestartActivityIndicator(Native Method)
    at com.unity3d.player.UnityPlayer.resume(Unknown Source)
    at com.unity3d.player.UnityPlayerActivity.onResume(Unknown Source)
    at android.app.Instrumentation.callActivityOnResume(Instrumentation.java:1198)
    at android.app.Activity.performResume(Activity.java:5530)
    at android.app.ActivityThread.performResumeActivity(ActivityThread.java:3066)
    at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:3105)
    at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2476)
    at android.app.ActivityThread.access$900(ActivityThread.java:175)
    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1308)
    at android.os.Handler.dispatchMessage(Handler.java:102)
    at android.os.Looper.loop(Looper.java:146)
    at android.app.ActivityThread.main(ActivityThread.java:5602)
    at java.lang.reflect.Method.invokeNative(Native Method)
    at java.lang.reflect.Method.invoke(Method.java:515)
    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1283)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1099)
    at dalvik.system.NativeStart.main(Native Method)

    Any thoughts on a solution to the above fatal error? A google search provides little help.
     
  2. Jake_SqC

    Jake_SqC

    Joined:
    Mar 18, 2018
    Posts:
    4