Newest cocos2d-js build fail

I built an android app with cocos code ide and the compiled app only shows this message on the device: “waiting for file transfer…” can someone tell me how to start the game?

Hi, Which system are you using? Cocos Code IDE doesn’t support windows xp for example

I have the same issue, I built for ios and It is stuck at IP:x.x.x.x waiting for file transfer… I have to press play to get to the game. Is this normal?

Had similar issues. The screen that is “waiting for file…” is displayed when you build your game using a debug configuration. Issue made apparent when I deployed to my iPad using Xcode. Set my schema to “Release” and the issue went away. Probably similar for Android. Have not fixed it yet for Android.