写道 1:列出模拟器类型
android list targets

2:建立模拟器
android create avd --target 2 --name cupcake (cupcake)为新建模拟器的名字

3:列出自己建立的么模拟器
android list avd

4:切换模拟器样式
在创建命令后面加上 “--skin QVGA”即可
切换样式:Windows操作系统按“F7”键即可

5:删除模拟器
android delete avd --name cupcake (cupcake)为删除的模拟器的名字

6:指定用什么模拟器启动
emulator -debug avd_config -avd cupcake (cupcake)为模拟器的名字

更多相关文章

  1. [原]Android(安卓)Native Debug
  2. Android(安卓)Emulator 模拟器使用方法
  3. cocos2d-2.1rc0-x-2.1.3建android工程Hello World例子
  4. 修改 Android(安卓)模拟器 density
  5. Android(安卓)shell 创建 模拟器
  6. android百问(更新中)
  7. android:ClassNotFoundException for Activity class的解决方法
  8. Android(安卓)笔记
  9. android 4.0 (Ice Cream Sandwich) 已经开源

随机推荐

  1. Android上的resample处理
  2. Android 图表应用 解决方案
  3. Hyper-V 上的android
  4. Android HAL实例学习-Jollen的mokoid工程
  5. Android 如何直播 RTMP 流
  6. Android开发学习笔记:TextView的属性详解
  7. Android studio 安装与配置【Android学
  8. Android框架模式(1)-MVP入门
  9. Ubuntu Linux下安装JDK,Android SDK,Andr
  10. Android 学习系列 - Activity