• Home
  • Android WiFi ADB: Unable to connect to device Make sure that your computer and your device are connected to the same WiFi network. SOLVED

Android WiFi ADB: Unable to connect to device Make sure that your computer and your device are connected to the same WiFi network. SOLVED

I have try to use android wifi debugging with some Android Studio Plugins.But it is not worked for me.some errors preventing the connection.Then i realize your mobile phone and android Studio can connect Directly using wifi .With out using any third party Plugin.

It is simple and easy let’s get started the tutorial.

ADD ADB path to System Variable

if your adb path is not in system variables ,Then it show error “adb is not recognized as internal or external command” so lets add adb to system path.

1.Go to folder option and select view show hidden files folders and drives and Apply and Ok

2.Then go to C:\Users\YOUR_USER_NAME_HERE\AppData\Local\Android\Sdk\platform-tools. There is located adb executable file so copy the address bar

3.Then go to This PC and right click and go to properties

4.Go to Advanced System Settings

5.Go to Environmental variable and select path and press Edit

6.Then press New then it will give new line paste your android SDK Tools path there

C:\Users\YOUR_USER_NAME_HERE\AppData\Local\Android\Sdk\platform-tools

That’s it now system can identify the adb command.

Create Simple Hello World App and debug using WIFI

Create Hello World App and Connect your mobile Device to Laptop using USB cable.

On your wifi and connect laptop and mobile phone to same wifi network

Open Command prompt and type . To check what devices connected to lap top

adb devices

your phone have enabled developer options to do this.when usb is connected some times it will ask permission to usb debugging

Then you have to allow the permission and then type

adb tcpip 5555

Then some time again ask the permission as above

Then open your mobile(I’m using Huawei y6 2) and go to Settings and WIFI ->menu ->Advanced Settings ->and check what is the IP address there mine is 192.168.1.100

Then type in your terminal

adb connect 192.168.1.100:5555

Some time if authenticate failed then allow debugging permission on your mobile then it will connect.Now Disconnect usb cable from lap top and press Run app button in Android Studio .it will show your android device connected via WIFI as active device then you have to select it and run .

If there is any problem then try

adb kill-server

command and start over again.I think this tutorial will help you.if you like this tutorial please share with your friends. Happy Coding

Search Key Words

android wifi adb plugin
android wifi adb not working
android wifi adb android studio
android wifi adb offline
android wifi adb connect
android wifi adb without usb
android wifi adb mac
android wifi adb no devices connected
android wifi adb plugin not working
android adb wifi app
android adb activate wifi
android adb by wifi
android adb backup wifi
android wifi adb unable to connect to device
android studio adb wifi connect
android wifi country code adb
android adb connect wifi without usb
android adb configure wifi
android wifi adb connection for mac
android wifi adb download
android adb wifi device offline
android adb wifi disconnect
android adb wifi disable
android studio adb wifi debug
android adb device wifi
android developer adb wifi
android adb wifi enable
android enable adb over wifi
android enable wifi from adb
adb wifi for android studio
android adb get wifi password
how to use android wifi adb
how to install android wifi adb
how to connect android wifi adb
install android wifi adb
install android wifi adb plugin
adb wifi in android studio
adb wifi android studio not working
android nougat adb over wifi
android adb wifi on
android wifi turn on adb
android adb over wifi
android adb over wifi without root
android adb over wifi without usb
android studio adb over wifi
android tv adb over wifi
android adb wifi port
android studio wifi adb plugin
android adb reset wifi
android studio wifi adb ultimate
android adb scan wifi
adb wifi android studio mac
adb wifi android studio plugin not working
android adb through wifi
android tv wifi adb
android things adb wifi
android adb turn on wifi
android wifi adb ultimate
android adb wifi without usb
android connect to wifi using adb
android usb wifi adb
android connect wifi via adb
android adb via wifi
android studio adb via wifi
android adb turn on wifi via adb
android adb with wifi
android wear adb wifi
android studio 3 wifi adb
android 4.0 wifi adb
android 6 adb wifi
android 7 adb over wifi
adb wifi android 7
android 8 wifi adb

Leave A Comment