通过以太网在设备上运行 Android 应用程序
我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
确保您已在手机设置中打开调试。确保项目清单中的调试设置为 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.
如果您是 win 用户,则需要安装驱动程序(如果您是 linux 用户)而不是
cat /etc/udev/rules.d/51-android.rules
并添加 ids
完整列表 此处
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
complete list here
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.