使“设备离线”即使模拟器正在运行也会出错
我刚刚在我的 Mac 10.6.3 上安装了 android sdk (3.0)。 成功启动了模拟器
我使用./emulator -avd my_android &
但是,当我尝试使用 adb 运行转发命令时,出现以下错误...
davea-mbp2:platform-tools davea$ ./adbforward tcp:8080 tcp:8080 * 守护进程未运行。现在在端口 5037 上启动* * 守护进程启动成功 错误:设备离线
有谁知道该错误意味着什么?当我运行上述命令时,我的模拟器已启动并正在运行(http://screencast.com/t/bD8WYjZ1),- Dave
I just installed the android sdk (3.0) on my Mac 10.6.3. I started the emulator successfully using
./emulator -avd my_android &
However, when I try and run a forward command using adb, I get the following error ...
davea-mbp2:platform-tools davea$ ./adb forward tcp:8080 tcp:8080
* daemon not running. starting it now on port 5037 *
* daemon started successfully
error: device offline
Does anyone know what the error means? My emulator is up and running (http://screencast.com/t/bD8WYjZ1) when I run the above command, - Dave
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个老问题,但无论如何 - 只是有同样的问题。
我最终通过删除该设备并使用另一个名称创建一个类似的设备来修复它。使用相同名称重新创建设备并不能解决问题。
This is an old question but anyway - just had the same issue.
I eventually fixed it by deleting the device and creating a similar one with another name. Recreating the device with the same name did not do the trick.