2013年1月24日 星期四

Android - 透過 Wifi 使用 adb 連線到 device 進行開發。

Device side :

1. Go to Google play and install the "Wifi Adb" http://goo.gl/6E8Ay
2. Launch "Wifi Adb" on your device
3. Remember your device ip

PC side:

1.  adb connect 192.168.1.69:5555
2.  adb device
if you can find this message ...
=========================

List of devices attached
192.168.1.69:5555 device
=========================
You have already connect your device via wifi.

Reference : http://stackoverflow.com/questions/2604727/how-can-i-connect-to-android-with-adb-over-tcp

沒有留言: