Hello Everyone,
I have a game that a made for android and everything packaged fine when I tried to package it. However, when I install it on my phone the app immediately crashes when I try to open it. I checked the crash report for the phone and what is below was show.
--------- beginning of main
05-13 22:40:28.871 25492 25492 E AndroidRuntime: FATAL EXCEPTION: main
05-13 22:40:28.871 25492 25492 E AndroidRuntime: Process: com.KingOfQuestionsGames.Infinite, PID: 25492
05-13 22:40:28.871 25492 25492 E AndroidRuntime: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol “__aeabi_memmove” referenced by “/data/app/com.KingOfQuestionsGames.Infinite-1/lib/arm/libUE4.so”…
05-13 22:40:28.871 25492 25492 E AndroidRuntime: at java.lang.Runtime.loadLibrary(Runtime.java:372)
05-13 22:40:28.871 25492 25492 E AndroidRuntime: at java.lang.System.loadLibrary(System.java:1076)
05-13 22:40:28.871 25492 25492 E AndroidRuntime: at com.epicgames.ue4.GameActivity.(GameActivity.java:3453)
05-13 22:40:28.871 25492 25492 E AndroidRuntime: at java.lang.Class.newInstance(Native Method)
05-13 22:40:28.871 25492 25492 E AndroidRuntime: at android.app.Instrumentation.newActivity(Instrumentation.java:1096)
05-13 22:40:28.871 25492 25492 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3085)
05-13 22:40:28.871 25492 25492 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3351)
05-13 22:40:28.871 25492 25492 E AndroidRuntime: at android.app.ActivityThread.access$1100(ActivityThread.java:222)
05-13 22:40:28.871 25492 25492 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1796)
05-13 22:40:28.871 25492 25492 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
05-13 22:40:28.871 25492 25492 E AndroidRuntime: at android.os.Looper.loop(Looper.java:158)
05-13 22:40:28.871 25492 25492 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:7230)
05-13 22:40:28.871 25492 25492 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
05-13 22:40:28.871 25492 25492 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230)
05-13 22:40:28.871 25492 25492 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120)
05-13 22:40:33.061 25514 25514 E AndroidRuntime: FATAL EXCEPTION: main
05-13 22:40:33.061 25514 25514 E AndroidRuntime: Process: com.KingOfQuestionsGames.Infinite, PID: 25514
05-13 22:40:33.061 25514 25514 E AndroidRuntime: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol “__aeabi_memmove” referenced by “/data/app/com.KingOfQuestionsGames.Infinite-1/lib/arm/libUE4.so”…
Can anyone tell me what may be the cause of the problem?
Thanks in advance.