[android-beginners] Re: android' is not recognized as an internal or external command,

2009-06-10 Thread Sean Hodges

Yogesh,

From my recollection, with the 1.1 SDK you don't need to create an
AVD, that functionality was introduced later on.

You should be able to just type emulatorenter and the emulator
will launch the built-in AVD. If you actually want more than one AVD,
you'll need to upgrade your SDK.

Is there a specific reason why you are using an old version of the
SDK? If not, you'll find the on-line documentation is more
comprehensive if you download the latest version:
http://developer.android.com/sdk/1.5_r2/index.html


Regards,

Sean


On Wed, Jun 10, 2009 at 4:32 AM, Yogeshbansalcanceryogi1...@gmail.com wrote:

 Hi David,

 Thanks a lot for quick response.

 But I didn't get what exactly i need to do.

 thanks
 Yogesh

 On Jun 10, 4:03 am, Mark Murphy mmur...@commonsware.com wrote:
 David Turner wrote:
  The android tool was added in SDK 1.5, so it's not part of previous
  releases

 Oops, didn't notice that. I assumed it was a PATH problem.

 In 1.1r1, you would want to use tools like activitycreator, found in the
 tools/ directory of the SDK. Or, move to 1.5r2, which is the current
 release.

 My apologies to the OP for my earlier incorrect response.

 --
 Mark Murphy (a Commons 
 Guy)http://commonsware.com|http://twitter.com/commonsguy

 Android Development Wiki:http://wiki.andmob.org
 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: android' is not recognized as an internal or external command,

2009-06-10 Thread Soloco

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 canceryogi1...@gmail.com 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\toolsand
 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 android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: android' is not recognized as an internal or external command,

2009-06-09 Thread Mark Murphy

Yogeshbansal 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\toolsand
 oid
 'android' is not recognized as an internal or external command,
 operable program or batch file.
 
 Please guide me on this

http://developer.android.com/sdk/1.5_r2/installing.html

See Installing the SDK, starting with the third paragraph.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Need help for your Android OSS project? http://wiki.andmob.org/hado

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: android' is not recognized as an internal or external command,

2009-06-09 Thread David Turner
The android tool was added in SDK 1.5, so it's not part of previous
releases

On Tue, Jun 9, 2009 at 3:25 PM, Yogeshbansal canceryogi1...@gmail.comwrote:


 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\toolsand
 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 android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: android' is not recognized as an internal or external command,

2009-06-09 Thread Mark Murphy

David Turner wrote:
 The android tool was added in SDK 1.5, so it's not part of previous
 releases

Oops, didn't notice that. I assumed it was a PATH problem.

In 1.1r1, you would want to use tools like activitycreator, found in the
tools/ directory of the SDK. Or, move to 1.5r2, which is the current
release.

My apologies to the OP for my earlier incorrect response.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android Development Wiki: http://wiki.andmob.org

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: android' is not recognized as an internal or external command,

2009-06-09 Thread Yogeshbansal

Hi David,

Thanks a lot for quick response.

But I didn't get what exactly i need to do.

thanks
Yogesh

On Jun 10, 4:03 am, Mark Murphy mmur...@commonsware.com wrote:
 David Turner wrote:
  The android tool was added in SDK 1.5, so it's not part of previous
  releases

 Oops, didn't notice that. I assumed it was a PATH problem.

 In 1.1r1, you would want to use tools like activitycreator, found in the
 tools/ directory of the SDK. Or, move to 1.5r2, which is the current
 release.

 My apologies to the OP for my earlier incorrect response.

 --
 Mark Murphy (a Commons 
 Guy)http://commonsware.com|http://twitter.com/commonsguy

 Android Development Wiki:http://wiki.andmob.org
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---