0

I have set up a virtual machine for emulator and has run the android iso file and took the IP of virtual machine. Till this point everything is fine but now when I tried to to run the command "adb connect IP" my system is giving

'adb' is not recognized as an internal or external command,
operable program or batch file.

Please help me to resolve this.

Thanks Siva

Siva
  • 9,043
  • 12
  • 40
  • 63

2 Answers2

1

You're probably using Windows. Check this link. In essence, right-click Computer, click "Advanced System Settings", click "Environment Variables" and include the path to the adb executable.

Community
  • 1
  • 1
Neoh
  • 15,906
  • 14
  • 66
  • 78
0

Solved the issue actually adb.exe is in platform_tools but not in tools...

Thanks for help

Siva
  • 9,043
  • 12
  • 40
  • 63