View Single Post
Old April 17th, 2009, 04:56 PM   #4 (permalink)
RozzaC
Senior Member
 
Join Date: Feb 2009
Location: London, UK
Posts: 633
 
Device(s): T-Mobile G1 (UK), HTC Desire Z
Carrier: Not Provided

Thanks: 0
Thanked 8 Times in 7 Posts
rozza.c@gmail.com
Default

Erm...

Copied From Android's Developer Site:

Quote:

Creating an AVD


To create an AVD configuration, execute:
$ android create avd --name my_avd_name --target 1

--name is the name you'd like to give the AVD and target is the ID of a target listed by android list targets.

The AVD name is purely an identifier used to refer to the AVD later. Since it is used as directory name, please avoid using shell or path specific characters.

To learn the various options available when creating an AVD, simply type:
$ android create avd

The android tool will automatically print an explanation of required arguments.
And here's the full page:

http://developer.android.com/sdk/preview/

Scroll Down to near the bottom...
RozzaC is offline  
Last edited by RozzaC; April 17th, 2009 at 04:58 PM.
Reply With Quote