1、命令行创建AVD
android create avd -n myAvd -t 8 -b armeabi-v7a -p d:\scard.img -s HVGA
2、删除AVD
android delete avd -n myAvd
3、启动AVD
emulator -avd myAvd