Siva
Siva

Reputation: 9101

Error in setting virtual box for android

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

Upvotes: 0

Views: 71

Answers (2)

Siva
Siva

Reputation: 9101

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

Thanks for help

Upvotes: 0

Neoh
Neoh

Reputation: 16164

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.

Upvotes: 1

Related Questions