How To Debug Your Flutter Code With Your Android Device Wirelessly

Gbolahan
Oct 8, 2021
  1. Connect your phone with your laptop, I personally just switch on my phone hotspot and connect my laptop.
  2. 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”
  3. Connect your Android device with your laptop with your with a USB cable
  4. Run “adb devices” on the terminal
  5. Run “adb tcpip 5555”
  6. Run “adb connect device_ip_address”
  7. Now you’re done, Simple as ABC

It pretty similar with Macs connection and iphone, i prolly write on it later

--

--

Gbolahan

I'm a Mobile Developer (Flutter) , Interested In science and how it's suppose to help.