michael
michael

Reputation: 110570

How to run 'android' under windows 7

I have installed android sdk under Windows 7. But when I run it, I get the following error saying xcopy is not recognized as an command.

How can I resolve it?

Thank you.

C:\>android.bat
'xcopy' is not recognized as an internal or external command,
operable program or batch file.
Usage: java [-options] class [args...]
           (to execute a class)
   or  java [-options] -jar jarfile [args...]
           (to execute a jar file)

Upvotes: 0

Views: 225

Answers (1)

trichner
trichner

Reputation: 850

Why would you want to call android.bat?

Just start the 'SDK Manager' from the windows start menu.

Or what exactly are you trying to do?

Upvotes: 1

Related Questions