Creator1.9在Android打包时未勾选SDK,运行时异常

Cocos Creator版本 V1.9.0
Android 打包 API 19
Android手机系统版本 Android 8.0(Oneplus3)
构建选项没有选中AnySDK和SDK BOX
编译APK运行后抓取日志如下

04-16 18:23:21.200 9851 9851 I CocosAnalytics: ==> enableLogging: false
04-16 18:23:21.012 9851 9851 V Font : Change font:2
04-16 18:23:21.171 9851 9851 D Cocos2dxActivity: Cocos2dxActivity onCreate: org.cocos2dx.javascript.AppActivity@9c6ad16, savedInstanceState: null
04-16 18:23:21.211 9851 9851 D JniHelper: JniHelper::setJavaVM(0xeac191e0), pthread_self() = -294058840
04-16 18:23:21.211 9851 9851 D main : cocos_android_app_init
04-16 18:23:21.214 9851 9851 D Cocos2dxHelper: isSupportLowLatency:false
04-16 18:23:21.220 9851 9851 D Cocos2dxHelper: sampleRate: 48000, framesPerBuffer: 192
04-16 18:23:21.220 9851 9851 D Java_org_cocos2dx_lib_Cocos2dxHelper.cpp: nativeSetAudioDeviceInfo: sampleRate: 48000, bufferSizeInFrames: 192
04-16 18:23:21.259 9851 9851 W SoundPool: Use of stream types is deprecated for operations other than volume control
04-16 18:23:21.259 9851 9851 W SoundPool: See the documentation of SoundPool() for what to use instead with android.media.AudioAttributes to qualify your playback use case
04-16 18:23:21.280 9851 9851 W System.err: java.lang.ClassNotFoundException: com.anysdk.framework.PluginWrapper
04-16 18:23:21.280 9851 9851 W System.err: at java.lang.Class.classForName(Native Method)
04-16 18:23:21.280 9851 9851 W System.err: at java.lang.Class.forName(Class.java:453)
04-16 18:23:21.280 9851 9851 W System.err: at java.lang.Class.forName(Class.java:378)
04-16 18:23:21.280 9851 9851 W System.err: at org.cocos2dx.javascript.SDKWrapper.getInstance(SDKWrapper.java:20)
04-16 18:23:21.280 9851 9851 W System.err: at org.cocos2dx.javascript.AppActivity.onCreateView(AppActivity.java:60)
04-16 18:23:21.281 9851 9851 W System.err: at org.cocos2dx.lib.Cocos2dxActivity.init(Cocos2dxActivity.java:415)
04-16 18:23:21.281 9851 9851 W System.err: at org.cocos2dx.lib.Cocos2dxActivity.onCreate(Cocos2dxActivity.java:288)
04-16 18:23:21.281 9851 9851 W System.err: at org.cocos2dx.javascript.AppActivity.onCreate(AppActivity.java:40)
04-16 18:23:21.281 9851 9851 W System.err: at android.app.Activity.performCreate(Activity.java:6998)
04-16 18:23:21.281 9851 9851 W System.err: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1230)
04-16 18:23:21.281 9851 9851 W System.err: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2899)
04-16 18:23:21.281 9851 9851 W System.err: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3046)
04-16 18:23:21.281 9851 9851 W System.err: at android.app.ActivityThread.-wrap11(Unknown Source:0)
04-16 18:23:21.281 9851 9851 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1688)
04-16 18:23:21.281 9851 9851 W System.err: at android.os.Handler.dispatchMessage(Handler.java:105)
04-16 18:23:21.281 9851 9851 W System.err: at android.os.Looper.loop(Looper.java:164)
04-16 18:23:21.281 9851 9851 W System.err: at android.app.ActivityThread.main(ActivityThread.java:6809)
04-16 18:23:21.281 9851 9851 W System.err: at java.lang.reflect.Method.invoke(Native Method)
04-16 18:23:21.281 9851 9851 W System.err: at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
04-16 18:23:21.281 9851 9851 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:767)
04-16 18:23:21.281 9851 9851 W System.err: Caused by: java.lang.ClassNotFoundException: Didn’t find class “com.anysdk.framework.PluginWrapper” on path: DexPathList[[zip file “/data/app/org.cocos2d.helloworld-OSbhBWGsui_kE7bKrmydqw==/base.apk”],nativeLibraryDirectories=[/data/app/org.cocos2d.helloworld-OSbhBWGsui_kE7bKrmydqw==/lib/arm, /system/fake-libs, /data/app/org.cocos2d.helloworld-OSbhBWGsui_kE7bKrmydqw==/base.apk!/lib/armeabi-v7a, /system/lib, /system/vendor/lib]]
04-16 18:23:21.281 9851 9851 W System.err: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:93)
04-16 18:23:21.281 9851 9851 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:379)
04-16 18:23:21.281 9851 9851 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
04-16 18:23:21.281 9851 9851 W System.err: … 20 more
04-16 18:23:21.282 9851 9851 W System.err: java.lang.NullPointerException: Attempt to invoke virtual method ‘java.lang.reflect.Method java.lang.Class.getMethod(java.lang.String, java.lang.Class[])’ on a null object reference
04-16 18:23:21.282 9851 9851 W System.err: at org.cocos2dx.javascript.SDKWrapper.setGLSurfaceView(SDKWrapper.java:44)
04-16 18:23:21.282 9851 9851 W System.err: at org.cocos2dx.javascript.AppActivity.onCreateView(AppActivity.java:60)
04-16 18:23:21.282 9851 9851 W System.err: at org.cocos2dx.lib.Cocos2dxActivity.init(Cocos2dxActivity.java:415)
04-16 18:23:21.282 9851 9851 W System.err: at org.cocos2dx.lib.Cocos2dxActivity.onCreate(Cocos2dxActivity.java:288)
04-16 18:23:21.282 9851 9851 W System.err: at org.cocos2dx.javascript.AppActivity.onCreate(AppActivity.java:40)
04-16 18:23:21.282 9851 9851 W System.err: at android.app.Activity.performCreate(Activity.java:6998)
04-16 18:23:21.282 9851 9851 W System.err: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1230)
04-16 18:23:21.282 9851 9851 W System.err: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2899)
04-16 18:23:21.282 9851 9851 W System.err: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3046)
04-16 18:23:21.282 9851 9851 W System.err: at android.app.ActivityThread.-wrap11(Unknown Source:0)
04-16 18:23:21.282 9851 9851 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1688)
04-16 18:23:21.282 9851 9851 W System.err: at android.os.Handler.dispatchMessage(Handler.java:105)
04-16 18:23:21.282 9851 9851 W System.err: at android.os.Looper.loop(Looper.java:164)
04-16 18:23:21.282 9851 9851 W System.err: at android.app.ActivityThread.main(ActivityThread.java:6809)
04-16 18:23:21.282 9851 9851 W System.err: at java.lang.reflect.Method.invoke(Native Method)
04-16 18:23:21.282 9851 9851 W System.err: at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
04-16 18:23:21.282 9851 9851 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:767)
04-16 18:23:21.283 9851 9851 D Cocos2dxActivity: model=ONEPLUS A3000
04-16 18:23:21.283 9851 9851 D Cocos2dxActivity: product=OnePlus3
04-16 18:23:21.283 9851 9851 D Cocos2dxActivity: isEmulator=false
04-16 18:23:21.285 9851 9851 W System.err: java.lang.NullPointerException: Attempt to invoke virtual method ‘java.lang.reflect.Method java.lang.Class.getMethod(java.lang.String, java.lang.Class[])’ on a null object reference
04-16 18:23:21.286 9851 9851 W System.err: at org.cocos2dx.javascript.SDKWrapper.init(SDKWrapper.java:32)
04-16 18:23:21.286 9851 9851 W System.err: at org.cocos2dx.javascript.AppActivity.onCreate(AppActivity.java:51)
04-16 18:23:21.286 9851 9851 W System.err: at android.app.Activity.performCreate(Activity.java:6998)
04-16 18:23:21.286 9851 9851 W System.err: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1230)
04-16 18:23:21.286 9851 9851 W System.err: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2899)
04-16 18:23:21.286 9851 9851 W System.err: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3046)
04-16 18:23:21.286 9851 9851 W System.err: at android.app.ActivityThread.-wrap11(Unknown Source:0)
04-16 18:23:21.286 9851 9851 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1688)
04-16 18:23:21.286 9851 9851 W System.err: at android.os.Handler.dispatchMessage(Handler.java:105)
04-16 18:23:21.286 9851 9851 W System.err: at android.os.Looper.loop(Looper.java:164)
04-16 18:23:21.286 9851 9851 W System.err: at android.app.ActivityThread.main(ActivityThread.java:6809)
04-16 18:23:21.286 9851 9851 W System.err: at java.lang.reflect.Method.invoke(Native Method)
04-16 18:23:21.286 9851 9851 W System.err: at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
04-16 18:23:21.286 9851 9851 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:767)
04-16 18:23:21.287 9851 9851 W System.err: java.lang.NullPointerException: Attempt to invoke virtual method ‘java.lang.reflect.Method java.lang.Class.getMethod(java.lang.String, java.lang.Class[])’ on a null object reference
04-16 18:23:21.287 9851 9851 W System.err: at org.cocos2dx.javascript.SDKWrapper.onStart(SDKWrapper.java:164)
04-16 18:23:21.287 9851 9851 W System.err: at org.cocos2dx.javascript.AppActivity.onStart(AppActivity.java:133)
04-16 18:23:21.287 9851 9851 W System.err: at android.app.Instrumentation.callActivityOnStart(Instrumentation.java:1412)
04-16 18:23:21.287 9851 9851 W System.err: at android.app.Activity.performStart(Activity.java:7015)
04-16 18:23:21.287 9851 9851 W System.err: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2909)
04-16 18:23:21.287 9851 9851 W System.err: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3046)
04-16 18:23:21.287 9851 9851 W System.err: at android.app.ActivityThread.-wrap11(Unknown Source:0)
04-16 18:23:21.287 9851 9851 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1688)
04-16 18:23:21.288 9851 9851 W System.err: at android.os.Handler.dispatchMessage(Handler.java:105)
04-16 18:23:21.288 9851 9851 W System.err: at android.os.Looper.loop(Looper.java:164)
04-16 18:23:21.288 9851 9851 W System.err: at android.app.ActivityThread.main(ActivityThread.java:6809)
04-16 18:23:21.288 9851 9851 W System.err: at java.lang.reflect.Method.invoke(Native Method)
04-16 18:23:21.288 9851 9851 W System.err: at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
04-16 18:23:21.288 9851 9851 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:767)
04-16 18:23:21.288 9851 9851 D Cocos2dxActivity: onResume()
04-16 18:23:21.289 9851 9851 W AudioManager: Use of stream types is deprecated for operations other than volume control
04-16 18:23:21.289 9851 9851 W AudioManager: See the documentation of requestAudioFocus() for what to use instead with android.media.AudioAttributes to qualify your playback use case
04-16 18:23:21.291 9851 9851 D AudioFocusManager: requestAudioFocus succeed
04-16 18:23:21.294 9851 9851 W System.err: java.lang.NullPointerException: Attempt to invoke virtual method ‘java.lang.reflect.Method java.lang.Class.getMethod(java.lang.String, java.lang.Class[])’ on a null object reference
04-16 18:23:21.294 9851 9851 W System.err: at org.cocos2dx.javascript.SDKWrapper.onResume(SDKWrapper.java:54)
04-16 18:23:21.294 9851 9851 W System.err: at org.cocos2dx.javascript.AppActivity.onResume(AppActivity.java:68)
04-16 18:23:21.294 9851 9851 W System.err: at android.app.Instrumentation.callActivityOnResume(Instrumentation.java:1456)
04-16 18:23:21.294 9851 9851 W System.err: at android.app.Activity.performResume(Activity.java:7102)
04-16 18:23:21.294 9851 9851 W System.err: at android.app.ActivityThread.performResumeActivity(ActivityThread.java:3785)
04-16 18:23:21.294 9851 9851 W System.err: at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:3857)
04-16 18:23:21.294 9851 9851 W System.err: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3052)
04-16 18:23:21.294 9851 9851 W System.err: at android.app.ActivityThread.-wrap11(Unknown Source:0)
04-16 18:23:21.294 9851 9851 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1688)
04-16 18:23:21.294 9851 9851 W System.err: at android.os.Handler.dispatchMessage(Handler.java:105)
04-16 18:23:21.294 9851 9851 W System.err: at android.os.Looper.loop(Looper.java:164)
04-16 18:23:21.294 9851 9851 W System.err: at android.app.ActivityThread.main(ActivityThread.java:6809)
04-16 18:23:21.294 9851 9851 W System.err: at java.lang.reflect.Method.invoke(Native Method)
04-16 18:23:21.294 9851 9851 W System.err: at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
04-16 18:23:21.295 9851 9851 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:767)
04-16 18:23:21.296 9851 9851 D AppTracker: App Event: start
04-16 18:23:21.312 9851 9889 D OpenGLRenderer: HWUI GL Pipeline
04-16 18:23:21.344 9851 9889 I Adreno : QUALCOMM build : 08cdca0, I5f270ba9bc
04-16 18:23:21.344 9851 9889 I Adreno : Build Date : 09/18/17
04-16 18:23:21.344 9851 9889 I Adreno : OpenGL ES Shader Compiler Version: EV031.20.00.04
04-16 18:23:21.344 9851 9889 I Adreno : Local Branch :
04-16 18:23:21.344 9851 9889 I Adreno : Remote Branch : refs/tags/AU_LINUX_ANDROID_LA.UM.6.5.R1.08.00.00.312.025
04-16 18:23:21.344 9851 9889 I Adreno : Remote Branch : NONE
04-16 18:23:21.344 9851 9889 I Adreno : Reconstruct Branch : NOTHING
04-16 18:23:21.345 9851 9889 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/gralloc.msm8996.so from the current namespace instead.
04-16 18:23:21.353 9851 9889 I Adreno : PFP: 0x005ff087, ME: 0x005ff063
04-16 18:23:21.357 9851 9889 I OpenGLRenderer: Initialized EGL, version 1.4
04-16 18:23:21.357 9851 9889 D OpenGLRenderer: Swap behavior 2
04-16 18:23:21.367 9851 9851 D Cocos2dxActivity: onWindowFocusChanged() hasFocus=true
04-16 18:23:21.371 9851 9888 D jswrapper: Initializing V8, version: 6.0.286.52
04-16 18:23:21.389 9851 9889 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/gralloc.msm8996.so from the current namespace instead.
04-16 18:23:21.453 9851 9889 D : Successfully load libgui-plugin.so, this=0xec278150
04-16 18:23:22.375 9851 9888 D jswrapper: JS: Cocos2d-x-lite v1.8.2
04-16 18:23:22.740 9851 9888 D jswrapper: JS: LoadScene 2dL3kvpAxJu6GJ7RdqJG5J: 54.64099999999996ms
04-16 18:23:22.743 9851 9888 D jswrapper: JS: I: 1.997000000000071ms
04-16 18:23:22.744 9851 9888 D jswrapper: JS: AR: 0.37799999999992906ms
04-16 18:23:22.744 9851 9888 D jswrapper: JS: D: 0.18099999999992633ms
04-16 18:23:22.744 9851 9888 D jswrapper: JS: Success to load scene: db://assets/Scene/helloworld.fire
04-16 18:23:22.744 9851 9888 D jswrapper: JS: AP: 0.014999999999986358ms
04-16 18:23:22.761 9851 9888 D jswrapper: JS: A: 17.201000000000022ms
04-16 18:24:01.963 9851 9851 D AppTracker: App Event: stop
04-16 18:24:02.109 9851 9851 D Cocos2dxActivity: onPause()
04-16 18:24:02.110 9851 9851 D AudioFocusManager: abandonAudioFocus succeed!
04-16 18:24:02.111 9851 9851 W System.err: java.lang.NullPointerException: Attempt to invoke virtual method ‘java.lang.reflect.Method java.lang.Class.getMethod(java.lang.String, java.lang.Class[])’ on a null object reference
04-16 18:24:02.111 9851 9851 W System.err: at org.cocos2dx.javascript.SDKWrapper.onPause(SDKWrapper.java:64)
04-16 18:24:02.111 9851 9851 W System.err: at org.cocos2dx.javascript.AppActivity.onPause(AppActivity.java:74)
04-16 18:24:02.111 9851 9851 W System.err: at android.app.Activity.performPause(Activity.java:7138)
04-16 18:24:02.112 9851 9851 W System.err: at android.app.Instrumentation.callActivityOnPause(Instrumentation.java:1551)
04-16 18:24:02.112 9851 9851 W System.err: at android.app.ActivityThread.performPauseActivityIfNeeded(ActivityThread.java:4143)
04-16 18:24:02.112 9851 9851 W System.err: at android.app.ActivityThread.performPauseActivity(ActivityThread.java:4120)
04-16 18:24:02.112 9851 9851 W System.err: at android.app.ActivityThread.performPauseActivity(ActivityThread.java:4088)
04-16 18:24:02.112 9851 9851 W System.err: at android.app.ActivityThread.handlePauseActivity(ActivityThread.java:4062)
04-16 18:24:02.112 9851 9851 W System.err: at android.app.ActivityThread.-wrap15(Unknown Source:0)
04-16 18:24:02.112 9851 9851 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1700)
04-16 18:24:02.112 9851 9851 W System.err: at android.os.Handler.dispatchMessage(Handler.java:105)
04-16 18:24:02.112 9851 9851 W System.err: at android.os.Looper.loop(Looper.java:164)
04-16 18:24:02.112 9851 9851 W System.err: at android.app.ActivityThread.main(ActivityThread.java:6809)
04-16 18:24:02.112 9851 9851 W System.err: at java.lang.reflect.Method.invoke(Native Method)
04-16 18:24:02.112 9851 9851 W System.err: at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
04-16 18:24:02.112 9851 9851 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:767)
04-16 18:24:02.119 9851 9851 W System.err: java.lang.NullPointerException: Attempt to invoke virtual method ‘java.lang.reflect.Method java.lang.Class.getMethod(java.lang.String, java.lang.Class[])’ on a null object reference
04-16 18:24:02.120 9851 9851 W System.err: at org.cocos2dx.javascript.SDKWrapper.onSaveInstanceState(SDKWrapper.java:154)
04-16 18:24:02.120 9851 9851 W System.err: at org.cocos2dx.javascript.AppActivity.onSaveInstanceState(AppActivity.java:127)
04-16 18:24:02.120 9851 9851 W System.err: at android.app.Activity.performSaveInstanceState(Activity.java:1509)
04-16 18:24:02.120 9851 9851 W System.err: at android.app.Instrumentation.callActivityOnSaveInstanceState(Instrumentation.java:1507)
04-16 18:24:02.120 9851 9851 W System.err: at android.app.ActivityThread.callCallActivityOnSaveInstanceState(ActivityThread.java:4980)
04-16 18:24:02.120 9851 9851 W System.err: at android.app.ActivityThread.performStopActivityInner(ActivityThread.java:4278)
04-16 18:24:02.120 9851 9851 W System.err: at android.app.ActivityThread.handleStopActivity(ActivityThread.java:4344)
04-16 18:24:02.120 9851 9851 W System.err: at android.app.ActivityThread.-wrap24(Unknown Source:0)
04-16 18:24:02.120 9851 9851 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1716)
04-16 18:24:02.120 9851 9851 W System.err: at android.os.Handler.dispatchMessage(Handler.java:105)
04-16 18:24:02.120 9851 9851 W System.err: at android.os.Looper.loop(Looper.java:164)
04-16 18:24:02.120 9851 9851 W System.err: at android.app.ActivityThread.main(ActivityThread.java:6809)
04-16 18:24:02.120 9851 9851 W System.err: at java.lang.reflect.Method.invoke(Native Method)
04-16 18:24:02.120 9851 9851 W System.err: at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
04-16 18:24:02.120 9851 9851 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:767)
04-16 18:24:02.127 9851 9851 W System.err: java.lang.NullPointerException: Attempt to invoke virtual method ‘java.lang.reflect.Method java.lang.Class.getMethod(java.lang.String, java.lang.Class[])’ on a null object reference
04-16 18:24:02.127 9851 9851 W System.err: at org.cocos2dx.javascript.SDKWrapper.onStop(SDKWrapper.java:114)
04-16 18:24:02.127 9851 9851 W System.err: at org.cocos2dx.javascript.AppActivity.onStop(AppActivity.java:104)
04-16 18:24:02.127 9851 9851 W System.err: at android.app.Instrumentation.callActivityOnStop(Instrumentation.java:1486)
04-16 18:24:02.127 9851 9851 W System.err: at android.app.Activity.performStop(Activity.java:7173)
04-16 18:24:02.127 9851 9851 W System.err: at android.app.ActivityThread.handleSleeping(ActivityThread.java:4436)
04-16 18:24:02.127 9851 9851 W System.err: at android.app.ActivityThread.-wrap22(Unknown Source:0)
04-16 18:24:02.127 9851 9851 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1882)
04-16 18:24:02.127 9851 9851 W System.err: at android.os.Handler.dispatchMessage(Handler.java:105)
04-16 18:24:02.127 9851 9851 W System.err: at android.os.Looper.loop(Looper.java:164)
04-16 18:24:02.127 9851 9851 W System.err: at android.app.ActivityThread.main(ActivityThread.java:6809)
04-16 18:24:02.127 9851 9851 W System.err: at java.lang.reflect.Method.invoke(Native Method)
04-16 18:24:02.127 9851 9851 W System.err: at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
04-16 18:24:02.127 9851 9851 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:767)
04-16 18:24:02.649 9851 9851 D Cocos2dxActivity: onWindowFocusChanged() hasFocus=false

坐等修复

我也遇到这个问题,请问你解决了吗

creator2.1也有这个问题。