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
.
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