Cocos code ide真机调试启动不起来

弹出框提示:connect to android runtime error,please chedk whether the runtiome has started

输出日志:install runtime start...

install runtime success!

Start LaunchActivity com.lxf.mygame/com.lxf.mygame.AppActivity

手机上是什么表现的?

Android系统什么版本?

手机上没反应,手机是小米2S的,MUI版本:MIUI-JLB34.0,Android版本:4.1.1JROO3L

Android SDK用的 Android-19,打出来的包可以在手机上面跑

你的 ide 是什么版本呢?

另外你用的是哪一种调试方式? Android Adb 还是 Remote Debug ?

如果是用 Remote Debug 的话,ip 地址是否填写正确了?

Adb 方式Debug,IDE是1.0.0RC2,可以用Eclipse现在可以用Eclipse真机调试了,但是用cocos code ide还是不行。下面的真机调试时的输出日志:
install runtime start…
install runtime success!
Start LaunchActivity com.lyhd.godkiller/com.lyhd.godkiller.AppActivity
然后就出来一个提示框说:connect to android runtime error,please chedk whether the runtiome has started

apk 应该已经安装你的设备上了吧。

在 cmd 窗口中敲入以下命令:

adb shell

am start -W com.lxf.mygame/com.lxf.mygame.AppActivity


看是能把你的 apk 启动起来还是有报错,如果有报错把报错信息发上来

@honghui ,用您说的命令可以把apk启动起来,但是用cocos code ide还是启动不起来。
输出:install runtime start…

install runtime success!

Start LaunchActivity com.lxf.mygame/com.lxf.mygame.AppActivity
然后 弹出框提示:connect to android runtime error,please chedk whether the runtiome has started
就挂到哪儿了

我也遇到这个问题了,怎么都调试不起来呢

哪位大侠 有解决了吗?