【Android】adb network debug

connect android with PC by USB cable.

$ adb tcpip 5555

$ adb connect 192.168.111.112:5555

disconnect android.

debug  app by eclipse.

 

Leave a Reply