1.8 打包android 版本黑屏

刚升级creator1.8 打包android就遇到问题,启动后黑屏,JS异常,日志如下。求解决
01-02 13:56:33.878 16632-16707/com.. E/jswrapper: [ERROR] (/Applications/CocosCreator1.8.app/Contents/Resources/cocos2d-x/cocos/scripting/js-bindings/proj.android/…/jswrapper/v8/Object.cpp, 447): Invoking function (0xddc13fa0) failed!
01-02 13:56:33.879 16632-16707/com.matri.tfpk E/jswrapper: ERROR: Uncaught TypeError: Cannot read property ‘lateUpdatePhase’ of undefined, location: src/jsb_polyfill.js:0:0
STACK:
[0]callback@src/jsb_polyfill.js:24871
01-02 13:56:33.879 16632-16707/com.matri.tfpk E/jswrapper: [ERROR] (/Applications/CocosCreator1.8.app/Contents/Resources/cocos2d-x/cocos/scripting/js-bindings/proj.android/…/jswrapper/v8/Object.cpp, 447): Invoking function (0xddd99040) failed!
01-02 13:56:33.895 16632-16707/com. E/jswrapper: ERROR: Uncaught TypeError: Cannot read property ‘startPhase’ of undefined, location: src/jsb_polyfill.js:0:0
STACK:
[0]callback@src/jsb_polyfill.js:24861

我也遇到了这个问题,有点懵逼,帮顶一下

定位问题了,项目模块设置加上Collider。

1赞

what?

感觉,我也是这个问题,解决了

怎么解决的

Collider 是什么东西,楼主能贴图么

creator项目设置

我的1.7也是黑屏

在main.js 中 option 中 注释掉width 和 height 试试