Erro to deploy AR package

When I have tried to deploy my AR package in Asus Zenfone 2 and I’ve tried to open the app, I got a erro:java.lang.UnsatisfiedLinkError: dlopen failed: “/data/app/com.YourCompany.MyProject2-1/lib/arm/libUE4.so” has unexpected e_machine: 40 .

This problem just happen when I try to do a AR project, If I have compile a default mobile project, like third person project for exemple, i didnt have the same problem.

I have changed minimum version of SDK to 19, 9, 21,etc. I have change too, android-19 to android-21, etc. but this error have keep to happen

I really dont know what’s happening! And I need very much a your Help, because I need to delivery my project until monday 13/02. Attached the Mobile log for your analyze.

My mobile used a Lollipop Android OS.

link text
lopen("/data/app/com.YourCompany.MyProject2-1/lib/arm/libUE4.so", RTLD_LAZY) failed: dlopen failed: “/data/app/com.YourCompany.MyProject2-1/lib/arm/libUE4.so” has unexpected e_machine: 40
02-08 12:06:19.757: D/AndroidRuntime(28307): Shutting down VM
02-08 12:06:19.757: E/AndroidRuntime(28307): FATAL EXCEPTION: main
02-08 12:06:19.757: E/AndroidRuntime(28307): Process: com.YourCompany.MyProject2, PID: 28307
02-08 12:06:19.757: E/AndroidRuntime(28307): java.lang.UnsatisfiedLinkError: dlopen failed: “/data/app/com.YourCompany.MyProject2-1/lib/arm/libUE4.so” has unexpected e_machine: 40
02-08 12:06:19.757: E/AndroidRuntime(28307): at java.lang.Runtime.loadLibrary(Runtime.java:371)
02-08 12:06:19.757: E/AndroidRuntime(28307): at java.lang.System.loadLibrary(System.java:989)
02-08 12:06:19.757: E/AndroidRuntime(28307): at com.epicgames.ue4.GameActivity.(GameActivity.java:5503)
02-08 12:06:19.757: E/AndroidRuntime(28307): at java.lang.reflect.Constructor.newInstance(Native Method)
02-08 12:06:19.757: E/AndroidRuntime(28307): at java.lang.Class.newInstance(Class.java:1572)
02-08 12:06:19.757: E/AndroidRuntime(28307): at android.app.Instrumentation.newActivity(Instrumentation.java:1065)
02-08 12:06:19.757: E/AndroidRuntime(28307): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2217)
02-08 12:06:19.757: E/AndroidRuntime(28307): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2387)
02-08 12:06:19.757: E/AndroidRuntime(28307): at android.app.ActivityThread.access$800(ActivityThread.java:147)
02-08 12:06:19.757: E/AndroidRuntime(28307): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1281)
02-08 12:06:19.757: E/AndroidRuntime(28307): at android.os.Handler.dispatchMessage(Handler.java:102)
02-08 12:06:19.757: E/AndroidRuntime(28307): at android.os.Looper.loop(Looper.java:135)
02-08 12:06:19.757: E/AndroidRuntime(28307): at android.app.ActivityThread.main(ActivityThread.java:5264)
02-08 12:06:19.757: E/AndroidRuntime(28307): at java.lang.reflect.Method.invoke(Native Method)
02-08 12:06:19.757: E/AndroidRuntime(28307): at java.lang.reflect.Method.invoke(Method.java:372)
02-08 12:06:19.757: E/AndroidRuntime(28307): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:900)
02-08 12:06:19.757: E/AndroidRuntime(28307): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:695)
02-08 12:06:19.758: W/ActivityManager(648): Force finishing activity com.YourCompany.MyProject2/com.epicgames.ue4.GameActivity