How to Install Android App without USB Cable with the help of same wifi

 How to Install Android App without USB Cable with the help of same wifi 
1)For first time need to Connect Device via USB cable
2)Start ADB Server ex adb start-server
3)Find Connected devices ex adb devices
4)Run following command "adb tcpip 5555" and wait till complete processing 
5)Run "adb shell netcfg" Then find out IP address of device ex. 192.168.0.123
6)Then Run "adb connect 192.168.0.123:5555".
8)Device will be connected via same wifi . Next time no need to connect with USB Cable


We can connect the same device with multiple computers using the same Port Number
Also, We can connect multiple devices with a single computer

C:\>adb connect 192.168.0.128:6666   //Device 1
C:\>adb connect 192.168.0.115:7777    //Device 2

The above two devices will get into Android Studio