Is your current location (e.g. prompt) set to the "tools" folder. You could also try editing the PATH environment variable.
// Editing the PATH Environment Variable // 1. Right-click My Computer and select Properties 2. Select the Advanced Tab > Environment Variables Button 3. In the System variables section select the Path variable and hit the Edit button 4. Place a semi-colon at the end of the stream and type the full path to the "tools" folder (e.g. D:\Project_Work\android-sdk- windows-1.1_r1\android-sdk-windows-1.1_r1\tools ) 5. Hit the OK button 6. Also be sure to check that the PATHEXT environment variable includes a .BAT in the list of values. If not, you'll probably need to put it in there b/c the file that you are executing is actually android.bat. /Soloco/ On Jun 9, 9:25 am, Yogeshbansal <[email protected]> wrote: > Hi Team, > > I am a newbie to this forum. I am trying to run my first android > program. I have set everything as pe the instruction. when I tried to > create AVD for command prompt i got the below error. > > D:\Project_Work\android-sdk-windows-1.1_r1\android-sdk- > windows-1.1_r1\tools>and > oid > 'android' is not recognized as an internal or external command, > operable program or batch file. > > Please guide me on this > > thanks > yogesh --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

