java.lang.UnsatisfiedLinkError (Andriod)

Hello, I published my game on google play, but there is a problem with devices having android version 6.0.1 and the game is crashing I got the log but i didn’t figure out what’s the problem, any help with this.

>      - 
>     
>         08-27 17:45:17.643 17958 17958 E
>            AndroidRuntime: Process:
>            com.SRDGame.Switcher, PID: 17958
>            08-27 17:45:17.643 17958 17958 E
>            AndroidRuntime:
>            java.lang.UnsatisfiedLinkError:
>            dlopen failed: cannot locate symbol
>            "__aeabi_memcpy" referenced by
>            "/data/app/com.SRDGame.Switcher-1/lib/arm/libUE4.so"...
>            08-27 17:45:17.643 17958 17958 E
>            AndroidRuntime: at
>            java.lang.Runtime.loadLibrary(Runtime.java:372)
>            08-27 17:45:17.643 17958 17958 E
>            AndroidRuntime: at
>            java.lang.System.loadLibrary(System.java:1076)
>            08-27 17:45:17.643 17958 17958 E
>            AndroidRuntime: at
>            com.epicgames.ue4.GameActivity.<clinit>(GameActivity.java:3608)
>            08-27 17:45:17.643 17958 17958 E
>            AndroidRuntime: at
>            java.lang.Class.newInstance(Native
>            Method) 08-27 17:45:17.643 17958
>            17958 E AndroidRuntime: at
>            android.app.Instrumentation.newActivity(Instrumentation.java:1096)
>            08-27 17:45:17.643 17958 17958 E
>            AndroidRuntime: at
>            android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3122)
>            08-27 17:45:17.643 17958 17958 E
>            AndroidRuntime: at
>            android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3415)
>            08-27 17:45:17.643 17958 17958 E
>            AndroidRuntime: at
>            android.app.ActivityThread.access$1100(ActivityThread.java:229)
>            08-27 17:45:17.643 17958 17958 E
>            AndroidRuntime: at
>            android.app.ActivityThread$H.handleMessage(ActivityThread.java:1821)
>            08-27 17:45:17.643 17958 17958 E
>            AndroidRuntime: at
>            android.os.Handler.dispatchMessage(Handler.java:102)
>            08-27 17:45:17.643 17958 17958 E
>            AndroidRuntime: at
>            android.os.Looper.loop(Looper.java:148)
>            08-27 17:45:17.643 17958 17958 E
>            AndroidRuntime: at
>            android.app.ActivityThread.main(ActivityThread.java:7406)
>            08-27 17:45:17.643 17958 17958 E
>            AndroidRuntime: at
>            java.lang.reflect.Method.invoke(Native
>            Method) 08-27 17:45:17.643 17958
>            17958 E AndroidRuntime: at
>            com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230)
>            08-27 17:45:17.643 17958 17958 E
>            AndroidRuntime: at
>            com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120)
>            08-27 17:45:23.813 18006 18006 E
>            AndroidRuntime: FATAL EXCEPTION: main
>     
>     ----------------------------------------

I have the same error with the same android version (android 6.0 on galaxy s7 edge).

Have you tried to set the SDK API to android-19 and min sdk version to 19 ?

min sdk is 21 , sdk api is matchndk , ndk api is latest

Change min sdk to 19, keep sdk api to matchndk and set ndk api to android-19.