【发布时间】:2011-03-29 05:24:00
【问题描述】:
我想通过在 Eclipse 中使用以太网将 android 映像启动到基于 x86 的目标设备。目前我可以使用 USB 或 CD-ROM 启动 android。那么这有可能直接通过以太网吗?所以我可以使用以太网调试我的内核和驱动程序。
【问题讨论】:
标签: android eclipse debugging x86 ethernet
我想通过在 Eclipse 中使用以太网将 android 映像启动到基于 x86 的目标设备。目前我可以使用 USB 或 CD-ROM 启动 android。那么这有可能直接通过以太网吗?所以我可以使用以太网调试我的内核和驱动程序。
【问题讨论】:
标签: android eclipse debugging x86 ethernet
你可以先看看这个。
Make the default android emulator faster
配置通过以太网/WiFi 监听:
要通过 WiFi/以太网使用您的设备,需要先将设备的 adbd(设备中的 Android Device Bridge)配置为通过以太网进行侦听。 adbd 默认监听 USB 端口。
这是我做的一个简单的教程,
http://sree.cc/google/connecting-devices-to-adb-via-wifii-or-lan
对于调试, 您需要设置以下...
【讨论】: