Sunday, March 24, 2024

What to do if android studio pairing device using wifi doesn't work?

Open the terminal windows inside Android Studio and type the following:

cd $Env:LOCALAPPDATA\Android\sdk\platform-tools
./adb connect 192.168.2.142:38207

Replace the IP address and port with the data that you see when you enable wireless debugging on your device.

No comments:

Post a Comment