同样的APP_ABI 为什么cocos的会闪退,unity却不会.

mumu模拟器1.13.0版本
cocos2d-js 3.15
只打armabi-v7a在模拟器上会闪退,找不到指令集, 公司unity的游戏同样的armabi-v7a却不会.

06-08 16:39:33.134 2780-2780/com.morfirtech.taiji I/dalvikvm: Could not find method android.content.Context.startForegroundService, referenced from method android.support.v4.content.ContextCompat.startForegroundService 06-08 16:39:33.150 2780-2780/com.morfirtech.taiji W/dalvikvm: VFY: unable to resolve virtual method 573: Landroid/content/Context;.startForegroundService (Landroid/content/Intent;)Landroid/content/ComponentName; 06-08 16:39:33.150 2780-2780/com.morfirtech.taiji D/dalvikvm: VFY: replacing opcode 0x6e at 0x0006 06-08 16:39:33.174 2780-2780/com.morfirtech.taiji D/dalvikvm: Trying to load lib /data/app-lib/com.morfirtech.taiji-1/libcocos2djs.so 0x42db6ed8 06-08 16:39:33.194 2780-2780/com.morfirtech.taiji D/houdini: [2780] Loading library(version: 4.0.8.45720 RELEASE)... successfully. [2780] Unsupported feature (ID:0x10600cae). [2780] Open Native Library /data/app-lib/com.morfirtech.taiji-1/libcocos2djs.so failed. 06-08 16:39:33.194 2780-2780/com.morfirtech.taiji E/dalvikvm: dlopen("/data/app-lib/com.morfirtech.taiji-1/libcocos2djs.so") failed: dlopen failed: "/data/app-lib/com.morfirtech.taiji-1/libcocos2djs.so" has unexpected e_machine: 40 06-08 16:39:33.194 2780-2780/com.morfirtech.taiji D/AndroidRuntime: Shutting down VM 06-08 16:39:33.198 2780-2780/com.morfirtech.taiji W/dalvikvm: threadid=1: thread exiting with uncaught exception (group=0x42af2b20) 06-08 16:39:33.202 2780-2780/com.morfirtech.taiji E/AndroidRuntime: FATAL EXCEPTION: main Process: com.morfirtech.taiji, PID: 2780 java.lang.UnsatisfiedLinkError: dlopen failed: "/data/app-lib/com.morfirtech.taiji-1/libcocos2djs.so" has unexpected e_machine: 40 at java.lang.Runtime.loadLibrary(Runtime.java:364) at java.lang.System.loadLibrary(System.java:526) at org.cocos2dx.lib.Cocos2dxActivity.onLoadNativeLibraries(Cocos2dxActivity.java:248) at org.cocos2dx.lib.Cocos2dxActivity.onCreate(Cocos2dxActivity.java:274) at com.u8.sdk.U8CocosActivity.onCreate(U8CocosActivity.java:33) at org.cocos2dx.javascript.AppActivity.onCreate(AppActivity.java:95) at android.app.Activity.performCreate(Activity.java:5261) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2150) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2235) at android.app.ActivityThread.access$800(ActivityThread.java:137) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1198) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:136) at android.app.ActivityThread.main(ActivityThread.java:5080) 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:785) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:601) at dalvik.system.NativeStart.main(Native Method)