Hello techies, this blog will not be more about an overview how to do wireless debugging in Android Studio but would be more of a quick solution for those who have searched through the internet to fix it in Android Studio.
So, basically you can find all the way to do wireless debugging in Android studio here - but in this blog I would be showing you the simplest and easiest way to do things, which worked for me pretty well.
So let's dive into this. In this tutorial to connect your device wirelessly for debugging we would be using the adb
commands - if your terminal doesn't know it then add it to the path or install the android-platform-tools. You can go through the plenty of articles on internet to set it up for you. Once adb command is available on your terminal we're good to go further.
So, at this point, you would be able to see the device connected, also you can check it by running command adb devices and your device would be listed there.
Congratulations! you have setup the wireless debugging in Android Studio.
If you really liked this blog, do checkout other blogs, and stay tuned!
Happy Wireless Debugging!!