ADB, Wifi and Eclipse: how I can configure?
Recently I see that is possible to debug app development by use WIFI instead of USB debug method. I make a search and I found an app called abdWireless but I have a problem. How I can tell to Eclipse to connect via Wifi method? I think that it is an automatic process, but on start debug it open the Emulator. Someone? :) Bye inazaruk First, run 'adb connect ip:port', like adb connect <phone-ip-address> , from console/terminal (with your IP address and port of cause). This makes adb service to connect to your device via network. Port 5555 is used by default if no port number is specified. Then