- Connect your phone with your laptop, I personally just switch on my phone hotspot and connect my laptop.
- Open your terminal and navigate to android/sdk/platform-tools ,For example: “C:\Program Files (x86)\Android\android-sdk\platform-tools” or “C:\Users\USER\AppData\Local\Android\Sdk\platform-tools”
- Connect your Android device with your laptop with your with a USB cable
- Run “adb devices” on the terminal
- Run “adb tcpip 5555”
- Run “adb connect device_ip_address”
- Now you’re done, Simple as ABC
It pretty similar with Macs connection and iphone, i prolly write on it later