通过以太网在设备上运行 Android 应用程序

发布于 2024-12-06 17:48:53 字数 112 浏览 1 评论 0原文

我的 Android 设备有问题。我使用以太网线将 Android 平板电脑连接到 PC。我没有看到我的电脑检测到任何新设备。是否需要进行一些配置?此外,如何使用 Eclipse 在设备本身上运行我的应用程序。

I have a problem concerning my Android device. I use a ethernet cable to connect my Android tablet to my PC. I don't see any new devices detected by my PC. Is there some configuration which needs doing? Additionally, how can I run my app on device itself using Eclipse.

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

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

发布评论

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

评论(3

疏忽 2024-12-13 17:48:53

确保您已在手机设置中打开调试。确保项目清单中的调试设置为 true,并确保您拥有设备的正确驱动程序。

Make sure you have debugging turned on in the settings of the phone. Make sure debugging is set to true in the project manifest and make sure you have the correct drivers for the device.

浅浅淡淡 2024-12-13 17:48:53

如果您是 win 用户,则需要安装驱动程序(如果您是 linux 用户)而不是

cat /etc/udev/rules.d/51-android.rules

并添加 ids

SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"
SUBSYSTEM=="usb", SYSFS{idVendor}=="0fce", MODE="0666"
SUBSYSTEM=="usb", SYSFS{idVendor}=="04e8", MODE="0666"

完整列表 此处

if you are win user you need to install driver if you are linux user than

cat /etc/udev/rules.d/51-android.rules

and add the the ids

SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"
SUBSYSTEM=="usb", SYSFS{idVendor}=="0fce", MODE="0666"
SUBSYSTEM=="usb", SYSFS{idVendor}=="04e8", MODE="0666"

complete list here

恏ㄋ傷疤忘ㄋ疼 2024-12-13 17:48:53

1.使用连接线连接其他设备,检查连接线是否工作正常。
2.为设备安装正确的驱动程序。
- 如果您已经下载了一组所需的驱动程序,请取消 Windows 更新安装。
3.一旦从 PC 检测到手机,等待 5 分钟(直到 eclipse 识别它),然后运行它,选择该设备作为目标。

1.Check whether the cable is working fine by using it to connect other devices.
2.Install the correct drivers for the device.
- Cancel windows update install if you have already downloaded a set of drivers needed.
3.Once the phone gets detected from the PC Wait for 5 min (till the time eclipse recognizes it) and then run it selecting the device as a target.

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