使“设备离线”即使模拟器正在运行也会出错

发布于 2024-10-20 03:34:42 字数 345 浏览 5 评论 0原文

我刚刚在我的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

尘曦 2024-10-27 03:34:42

这是一个老问题,但无论如何 - 只是有同样的问题。

我最终通过删除该设备并使用另一个名称创建一个类似的设备来修复它。使用相同名称重新创建设备并不能解决问题。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文