求助,求助,接入anysdk后,发布的渠道包一打开就崩溃!【已完结】

如题,鄙人接入anysdk后,发布渠道包,然后渠道包一打开就崩溃了!(母包可以正常运行)
看logcat里面报了个:
Channel is unrecoverably broken and will be disposed!

折腾好几天了,搞不定啊:6:

跟这个日志没啥关系,看看别的日志

日志只有这么多了:

E 2431 Thermal-daemon temp_new :22 temp_old :23
W 3372 HwLauncher Launcher.MotionManager failed to stop TYPE_SHAKE_CHANGE_WALLPAPER
W 3372 HwLauncher Launcher.MotionManager failed to stop TYPE_SHAKE_START_PRIVACY
W 2421 int gralloc_register_buffer(const gralloc_module_t*, buffer_handle_t):66 Registering handle 0xb8e9aeb0 coming from the same process: 2421.
W 3304 Settings Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
W 3304 Settings Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
W 3075 NavigationBarViewEx the revision navigation bar when the gesture status is 1
E 3372 HwLauncher Launcher dialog dismiss failed : java.lang.IllegalArgumentException: no dialog with id 1 was ever shown via Activity#showDialog
W 3075 Settings Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
W 3075 Settings Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
W 3372 IInputConnectionWrapper showStatusIcon on inactive InputConnection
W 3075 View requestLayout() improperly called by android.view.View{43291e28 I.ED… …I. 0,870-126,930 #7f0a0096 app:id/interval6} during layout: running second layout pass
W 3075 View requestLayout() improperly called by android.view.View{4328d7c8 I.ED… …I. 0,630-126,690 #7f0a0095 app:id/interval7} during layout: running second layout pass
W 3075 View requestLayout() improperly called by android.view.View{43236328 I.ED… …I. 0,390-126,450 #7f0a0094 app:id/interval8} during layout: running second layout pass
W 3075 View requestLayout() improperly called by android.view.View{43291298 I.ED… …I. 0,150-126,210 #7f0a0093 app:id/interval9} during layout: running second layout pass
W 2939 InputDispatcher channel ‘44d99a48 org.cocos.TestANYSDK.alipay/org.cocos2dx.cpp.AppActivity (server)’ ~ Consumer closed input channel or an error occurred. events=0x9
E 2939 InputDispatcher channel ‘44d99a48 org.cocos.TestANYSDK.alipay/org.cocos2dx.cpp.AppActivity (server)’ ~ Channel is unrecoverably broken and will be disposed!
W 2939 InputDispatcher Attempted to unregister already unregistered input channel ‘44d99a48 org.cocos.TestANYSDK.alipay/org.cocos2dx.cpp.AppActivity (server)’
W 2421 int gralloc_register_buffer(const gralloc_module_t*, buffer_handle_t):66 Registering handle 0xb8e674a0 coming from the same process: 2421.
W 3304 Settings Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
W 3075 NavigationBarViewEx the revision navigation bar when the gesture status is 1
W 3304 Settings Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
W 3372 MotionDetectionManager startMotionAppsReco motionApps: 402 disabled
W 3372 HwLauncher Launcher.MotionManager failed to start TYPE_SHAKE_CHANGE_WALLPAPER
W 3372 MotionDetectionManager startMotionAppsReco motionApps: 404 disabled
W 3372 HwLauncher Launcher.MotionManager failed to start TYPE_SHAKE_START_PRIVACY
W 3372 HwLauncher Launcher updateMarginLayoutParamsForView:the target view is null.
W 3075 Settings Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
W 3075 Settings Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
E 3075 NavigationBarViewExControl resetPosition Exception e=null
W 3198 Binder Caught a RuntimeException from the binder stub implementation.
W 3198 Binder java.lang.NullPointerException
W 3198 Binder at android.inputmethodservice.IInputMethodWrapper.setSessionEnabled(IInputMethodWrapper.java:280)
W 3198 Binder at com.android.internal.view.IInputMethod$Stub.onTransact(IInputMethod.java:129)
W 3198 Binder at android.os.Binder.execTransact(Binder.java:404)
W 3198 Binder at dalvik.system.NativeStart.run(Native Method)
W 3198 System.err java.lang.NullPointerException
W 3198 System.err at android.inputmethodservice.IInputMethodWrapper.setSessionEnabled(IInputMethodWrapper.java:280)
W 3198 System.err at com.android.internal.view.IInputMethod$Stub.onTransact(IInputMethod.java:129)
W 3198 System.err at android.os.Binder.execTransact(Binder.java:404)
W 3198 System.err at dalvik.system.NativeStart.run(Native Method)
E 2431 Thermal-daemon temp_new :23 temp_old :22
W 5854 PushLog2551 socket is null, not need close(android/CustSecureChannel.java:90)
E 5854 PushLog2551 connect occurs :com.huawei.android.pushagent.datatype.PushException: java.net.SocketException: Socket closed(android/SocketReadThread.java:78)
E 5854 PushLog2551 com.huawei.android.pushagent.datatype.PushException: java.net.SocketException: Socket closed
E 5854 PushLog2551 at com.huawei.android.pushagent.model.channel.entity.push.PushSocketReadThread.readSocket(PushSocketReadThread.java:129)
E 5854 PushLog2551 at com.huawei.android.pushagent.model.channel.entity.SocketReadThread.run(SocketReadThread.java:69)
E 5854 PushLog2551 Caused by: java.net.SocketException: Socket closed
E 5854 PushLog2551 at libcore.io.Posix.recvfromBytes(Native Method)
E 5854 PushLog2551 at libcore.io.Posix.recvfrom(Posix.java:142)
E 5854 PushLog2551 at libcore.io.BlockGuardOs.recvfrom(BlockGuardOs.java:164)
E 5854 PushLog2551 at libcore.io.IoBridge.recvfrom(IoBridge.java:499)
E 5854 PushLog2551 at java.net.PlainSocketImpl.read(PlainSocketImpl.java:488)
E 5854 PushLog2551 at java.net.PlainSocketImpl.access$000(PlainSocketImpl.java:46)
E 5854 PushLog2551 at java.net.PlainSocketImpl$PlainSocketInputStream.read(PlainSocketImpl.java:240)
E 5854 PushLog2551 at libcore.io.Streams.readSingleByte(Streams.java:41)
E 5854 PushLog2551 at java.net.PlainSocketImpl$PlainSocketInputStream.read(PlainSocketImpl.java:236)
E 5854 PushLog2551 at com.huawei.android.pushagent.model.channel.protocol.CustSecureChannel$SecureInputStream.read(CustSecureChannel.java:244)
E 5854 PushLog2551 at com.huawei.android.pushagent.model.channel.entity.push.PushSocketReadThread.readSocket(PushSocketReadThread.java:57)
E 5854 PushLog2551 … 1 more
E 2431 Thermal-daemon temp_new :22 temp_old :23

其中Error的有这些:
E 2431 Thermal-daemon temp_new :22 temp_old :23

E 3372 HwLauncher Launcher dialog dismiss failed : java.lang.IllegalArgumentException: no dialog with id 1 was ever shown via Activity#showDialog

E 2939 InputDispatcher channel ‘44d99a48 org.cocos.TestANYSDK.alipay/org.cocos2dx.cpp.AppActivity (server)’ ~ Channel is unrecoverably broken and will be disposed!

E 3075 NavigationBarViewExControl resetPosition Exception e=null

E 2431 Thermal-daemon temp_new :23 temp_old :22
(PushLog那些应该不相关)

折腾了好几天,终于搞定了。
主要是因为使用的
NDK是android-20的问题,接入了anysdk后会崩溃。
后面升级改用android-23后就没问题了。

话说到这里,cocos引擎真的很坑,配套支持太差了。
我的android-20就是直接在cocos引擎商店里下载的,特么商店里还只有这一个版本可以下载。
对于我这种新手不就是挖坑让跳嘛。。。。。。
(纯粹抱怨一下)