Creator 3.x VideoPlayer Android 下resume方法报错

Creator 版本:Creator 3.6.2

目标平台:Android

    this.VideoNode.node.active = true;
    this.VideoNode.resume();

E/Cocos: 16:16:56 [ERROR]: [SE_ERROR] (C:/ProgramData/cocos/editors/3.6.2/resources/resources/3d/engine/native/cocos/bindings/jswrapper/v8/Object.cpp, 677): Invoking function failed, TypeError: this.video.resume is not a function
at VideoPlayerImplJSB.resume (jsb-adapter/engine-adapter.js:4578:20)
at VideoPlayer.resume (src/cocos-js/cc.js:108159:30)
at UIPartyRoom.onClickGift (assets/plaza/index.js:1394:26)
at CallbacksInvoker.emit (src/cocos-js/instantiated-d2507e32.js:13396:34)
at NodeEventProcessor.dispatchEvent (src/co
E/Cocos: 16:16:56 [ERROR]: [SE_ERROR] (C:/ProgramData/cocos/editors/3.6.2/resources/resources/3d/engine/native/cocos/bindings/jswrapper/v8/Object.cpp, 687): Invoking function (0x7f5911f060) failed!
E/Cocos: 16:16:56 [ERROR]: [SE_ERROR] (C:/ProgramData/cocos/editors/3.6.2/resources/resources/3d/engine/native/cocos/bindings/jswrapper/v8/Object.cpp, 677): Invoking function failed, TypeError: this.video.resume is not a function
at VideoPlayerImplJSB.resume (jsb-adapter/engine-adapter.js:4578:20)
at VideoPlayer.resume (src/cocos-js/cc.js:108159:30)
at UIPartyRoom.onClickGift (assets/plaza/index.js:1394:26)
at CallbacksInvoker.emit (src/cocos-js/instantiated-d2507e32.js:13396:34)
at NodeEventProcessor.dispatchEvent (src/co
E/Cocos: 16:16:56 [ERROR]: [SE_ERROR] (C:/ProgramData/cocos/editors/3.6.2/resources/resources/3d/engine/native/cocos/bindings/jswrapper/v8/Object.cpp, 687): Invoking function (0x7f5911f060) failed!

web下正常的, Android 下就不正常了

安卓和web的视频播放完全就是两套,我以为3.x能好多了,这下看了还是一样问题多啊 :rofl:

不是吧,我试了几个函数还是正常的,就这个resume不正常

我现在用的2.x也是有一些奇奇怪怪的bug,好像就是原生有些方法就没有,web是有的,但是官方说明上也没写,导致闪退,真想知道有那些你得去看Cocos原生底层代码。

感谢指导,我知道了,我去看看