3.7.3 不使用编辑器构建,使用自带的build-engine构建Android下运行的cc.js文件。启动会报一堆错误。
这个是其中一个
c/cocos-js/cc.js:160953 [T] - TypeError: Right-hand side of ‘instanceof’ is not callable
at Function._findComponent (src/cocos-js/cc.js:41971:31)
at Node.getComponent (src/cocos-js/cc.js:42459:35)
at ComponentPath.get (src/cocos-js/cc.js:61334:37)
at TrackPath. (src/cocos-js/cc.js:61809:35)
at TrackBinding.createRuntimeBinding (src/cocos-js/cc.js:61855:63)
at binder (src/cocos-js/cc.js:64335:45)
at AnimationClip._createEvalWithBinder (src/cocos-js/cc.js:64520:37)
at AnimationClip.createEvaluator (src/cocos-js/cc.js:64339:29)
at AnimationState.initialize (src/cocos-js/cc.js:65581:41)
at Animation._doCreateState (src/cocos-js/cc.js:66343:25)
_output @ src/cocos-js/cc.js:160953
src/cocos-js/cc.js:160953 [T] - Exception:
_
貌似整个都乱了。这个build-engine是可以使用的吗?



