How to debug Android Application on Android using WiFi

Rahul vyas
Sep 15, 2017

--

  1. First, we need to install “Android WiFi Adb” plugin
  2. Go to in android studio, File -> setting -> plugins -> Browse Repositories
  3. Search “Android Wifi Adb”
    Click on “install”
  4. After installing, click on “restart android studio” then click on “Apply” after then click on “Ok”
  5. After restarting android studio, connect phone or laptop with wifi (on hotspot on phone and connect this with wifi of laptop)
  6. In smartphone, enable “usb debuggong” and “ADB over wifi”
  7. Now , you will see a new icon on android studio .. Click on that icon
    Now, You connected with phone
    Now, run the app
  8. Using this, you can easily run your app on phone without data cable in android studio

--

--