cocos2d-js 3.1 发布安卓,用code ide运行一闪而过

我们项目开发用到网络协议,我自己写了一个socket,修改了c++代码,用3.0的版本可以在安卓上跑,用了3.1的版本,编译成安卓一运行就一闪而过,用code ide调试发现,报了一个错误
starting runtime failed.please check if the device’s screen is locked

这个问题怎么解决呀,有遇到相同问题的么

说的很清楚了啊,你手机锁屏了吧?

没有锁屏,就是一运行就崩溃,我用logcat查日志发现
--------- beginning of /dev/log/system

W/ActivityManager( 847): Unable to start service Intent { cmp=com.sony.smallapp.managerservice/.SmallAppManagerService }: not found

I/BootReceiver( 847): Copying /data/tombstones/tombstone_03 to DropBox (SYSTEM_TOMBSTONE)

I/ActivityManager( 847): Process com.longtu.nxauto (pid 2677) has died.

W/ActivityManager( 847): Force removing ActivityRecord{2c671788 com.longtu.nxauto/org.cocos2dx.javascript.AppActivity}: app died, no saved state

I/ActivityManager( 847): Config changed: {1.0 460mcc1mnc zh_CN layoutdir=0 sw320dp w320dp h518dp nrml long port finger -keyb/v/h -nav/h theme=ComponentInfo{com.sonyericsson.defaultruntimethemes/com.sonyericsson.defaultruntimethemes.BlueThemeService} s.12}

W/ActivityManager( 847): Unable to start service Intent { cmp=com.sony.smallapp.managerservice/.SmallAppManagerService }: not found

D/PhoneStatusBar( 933): disable: < expand icons alerts ticker system_info back home RECENT* clock >

D/PhoneStatusBar( 933): disable: < expand icons alerts ticker system_info BACK* HOME* RECENT clock >

W/ActivityManager( 847): finishReceiver called but no pending broadcasts

W/ActivityManager( 847): finishReceiver called but no pending broadcasts

W/ActivityManager( 847): finishReceiver called but no pending broadcasts

W/ActivityManager( 847): finishReceiver called but no pending broadcasts

I/WindowManager( 847): Lock screen displayed!

W/ActivityManager( 847): finishReceiver called but no pending broadcasts

D/PhoneStatusBar( 933): disable: < expand icons alerts ticker system_info BACK HOME recent* clock >

W/InputManagerService( 847): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@2c605b10

D/PhoneStatusBar( 933): disable: < expand icons alerts ticker system_info back* home* recent clock >

I/ActivityManager( 847): START {act=android.intent.action.MAIN cat= flg=0x10000000 cmp=com.longtu.nxauto/org.cocos2dx.javascript.AppActivity} from pid 2839

I/ActivityManager( 847): Start proc com.longtu.nxauto for activity com.longtu.nxauto/org.cocos2dx.javascript.AppActivity: pid=2875 uid=10065 gids={3003, 1015}

I/ActivityManager( 847): Config changed: {1.0 460mcc1mnc zh_CN layoutdir=0 sw320dp w569dp h294dp nrml long land finger -keyb/v/h -nav/h theme=ComponentInfo{com.sonyericsson.defaultruntimethemes/com.sonyericsson.defaultruntimethemes.BlueThemeService} s.13}

W/ActivityManager( 847): Unable to start service Intent { cmp=com.sony.smallapp.managerservice/.SmallAppManagerService }: not found

I/BootReceiver( 847): Copying /data/tombstones/tombstone_04 to DropBox (SYSTEM_TOMBSTONE)

I/ActivityManager( 847): Process com.longtu.nxauto (pid 2875) has died.

W/ActivityManager( 847): Force removing ActivityRecord{2c5ab810 com.longtu.nxauto/org.cocos2dx.javascript.AppActivity}: app died, no saved state

W/InputManagerService( 847): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@2c642928

I/ActivityManager( 847): Config changed: {1.0 460mcc1mnc zh_CN layoutdir=0 sw320dp w320dp h518dp nrml long port finger -keyb/v/h -nav/h theme=ComponentInfo{com.sonyericsson.defaultruntimethemes/com.sonyericsson.defaultruntimethemes.BlueThemeService} s.14}

W/ActivityManager( 847): Unable to start service Intent { cmp=com.sony.smallapp.managerservice/.SmallAppManagerService }: not found

但是不知道是什么问题