Debug android apps via bluetooth
1 min readJun 13, 2018
- Connect the device via USB.
- Open a terminal, and run
adb tcpip 4455
. - Now you can unplug the cable, and pair/connect to the host computer via bluetooth
- On Android, start tethering via Bluetooth
- On the pc, on the terminal, run
adb connect 192.168.44.1:4455
. It should sayconnected to 192.168.44.1:4455
- Start Android Studio and now the device will be available for launch.