I use google ADT on my windows PC and tablet (Sumsung Tab 2 10.1) or mobile phone (HTC vivid) to test my applications. Earler I used a usb cable to connect Eclipce to Android in a debug mode, but after some time I saw that this is not comfortable, would be better  use a wifi instead of a cable to connect.

So now in Android I have installed application called “Adb wireless”
https://play.google.com/store/apps/details?id=com.eboy.adbwireless

Also in my PC I created a small CMD script to connect android.

 

Change these lines with your specific information and save as *.CMD or *.BAT file
SET andip=192.168.0.100:5555
cd “C:\adt-bundle-windows-x86_64-20130917\sdk\platform-tools”

192.168.0.100:5555 You must set IP, which was given by Adb wireless application
C:\adt-bundle-windows-x86_64-20130917\sdk\platform-tools – change this part “C:\adt-bundle-windows-x86_64-20130917” by path, where you installed ADT.