[android-beginners] Re: Help me in Creating a AVD

2009-08-07 Thread Gibson
I think the easiest way is to use ADT. Do you know the ADT installed in Eclipse. Using it is quite easy and you don't have to remember the so long command parameters. On Aug 6, 11:52 am, AndroidDev santhoshreddygang...@gmail.com wrote: Hi there... I am quiet new to the Android platform. I am

[android-beginners] Re: Help me in Creating a AVD

2009-08-07 Thread Victor Pantoja
Are you sure you added android SDK path do you PATH environment variable? Optionally, you may want to add the location of the SDK's primary toolsdirectory to your system PATH. The primary tools/ directory is located at the root of the SDK folder. Adding tools to your path lets you run Android

[android-beginners] Re: Help me in Creating a AVD

2009-08-06 Thread Xavier Ducrohet
Giving us the exact command you're using would help us figure out what the problem is. Xav On Wed, Aug 5, 2009 at 8:52 PM, AndroidDevsanthoshreddygang...@gmail.com wrote: Hi there... I am quiet new to the Android platform. I am unable to create an AVD ( Command not found error when i

[android-beginners] Re: Help me in Creating a AVD

2009-08-06 Thread santhoshreddy gangula
Hi Xav, I follwed the following Instruction for creating AVD... To create an AVD, use the android tool provided in the Android SDK. Open a command prompt or terminal, navigate to the tools/ directory in the SDK package and execute: android create avd --target 2 --name my_avd Sann On Thu,

[android-beginners] Re: Help me in Creating a AVD

2009-08-06 Thread Xavier Ducrohet
it is possible that the script is not marked as an executable (fix with 'chmod +x android'), and/or that you don't have the current folder in your path. try ./android to force it to use the version in the current directory. xav On Thu, Aug 6, 2009 at 12:19 PM, santhoshreddy

[android-beginners] Re: Help me in Creating a AVD

2009-08-06 Thread santhoshreddy gangula
Thanks Xav... It Worked On Thu, Aug 6, 2009 at 12:36 PM, Xavier Ducrohet x...@android.com wrote: it is possible that the script is not marked as an executable (fix with 'chmod +x android'), and/or that you don't have the current folder in your path. try ./android to force it to use the