How to create an AVD manually
To get a list of possible targets, use:
android list targets
To install an AVD manually, use:
android create avd -n android1.6 -t 4 -p C:\Users\Android --force
To get a list of possible targets, use:
android list targets
To install an AVD manually, use:
android create avd -n android1.6 -t 4 -p C:\Users\Android --force