设备选择器离线

发布于 2024-10-13 03:07:09 字数 92 浏览 11 评论 0原文

我正在尝试使用 Eclipse 来编写 Android 应用程序。当我尝试连接 Samsung Epic 时,我收到一条消息,显示它处于离线状态。有谁知道问题可能是什么?

I'm trying to use Eclipse to write Android Apps. When I try to connect my Samsung Epic I get a message that shows it Offline. Does anyone know what the problem could be?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

软甜啾 2024-10-20 03:07:09

设置->应用领域->发展-> USB调试

Settings -> Applications-> Development -> USB debugging

み青杉依旧 2024-10-20 03:07:09

打开命令提示符并执行位于 platform-tools 文件夹中的 adb.exe 文件。然后
通过发出“adb Kill-server”命令来终止 adb,然后再次启动 在命令提示符处通过“adb start-server”启动 adb。禁用并重新启用手机上的 USB 调试。重新启动手机。将 USB 模式从磁盘驱动器模式更改为仅充电模式。我希望遵循这些步骤会对您有所帮助。

Open command prompt and execute adb.exe file which is located in platform-tools folder. Then
kill adb by issuing 'adb kill-server' command and start again start adb by 'adb start-server' at a command prompt. Disable and re-enable USB debugging on the phone. Reboot the phone. Change the USB mode from disk drive mode to charge only mode. I hope following these steps will help you.

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