ADB WIFI Connect - how to?

1.2k Views Asked by At

I want to run an app on my device to do that I am using ADB Wifi Connect plugin. Both my phone and laptop are connected to same wifi network. I am still not able to run the app on my phone. Please give an appropriate solution.

Error while connecting my Android device using ADB WIFI Connect plugin.

enter image description here

1

There are 1 best solutions below

0
On

If you are using android studio then follow the below procedures:

Connect your smart phone with your system via physical cable. make sure your smartphone and computer is connected via same network.

1.Open terminal in your android studio. 2. type "adb devices", which will show you the list of devices attached. 3. type "adb tcpip 5555". 4. type "adb your phone ip address:5555".

Hope this will help you