1,设置环境变量:
ANDROID_SDK_HOME = D:(它会自动创建一个.android文件夹)
PATH = D:\android-sdk-windows-1.6_r1\tools

2,创建
android create avd -n my_avd -t 1 -p D:\avd

3,选择属性
Android 1.5 is a basic Android platform.
Do you wish to create a custom hardware profile [no]yes

Device ram size: The amount of physical RAM on the device, in megabytes.
hw.ramSize [96]:128

Touch-screen support: Whether there is a touch screen or not on the device.
hw.touchScreen [yes]:yes

Track-ball support: Whether there is a trackball on the device.
hw.trackBall [yes]:yes

Keyboard support: Whether the device has a QWERTY keyboard.
hw.keyboard [yes]:yes

DPad support: Whether the device has DPad keys
hw.dPad [yes]:yes

GSM modem support: Whether there is a GSM modem in the device.
hw.gsmModem [yes]:yes

Camera support: Whether the device has a camera.
hw.camera [no]:

Camera support: Whether the device has a camera.
hw.camera [no]:yes

Maximum horizontal camera pixels
hw.camera.maxHorizontalPixels [640]:854

Maximum vertical camera pixels
hw.camera.maxVerticalPixels [480]:480

GPS support: Whether there is a GPS in the device.
hw.gps [yes]:yes

Battery support: Whether the device can run on a battery.
hw.battery [yes]:yes

Accelerometer: Whether there is an accelerometer in the device.
hw.accelerometer [yes]:yes

Audio recording support: Whether the device can record audio
hw.audioInput [yes]:yes

Audio playback support: Whether the device can play audio
hw.audioOutput [yes]:yes

SD Card support: Whether the device supports insertion/removal of virtual SD Cards.
hw.sdCard [yes]:yes

Cache partition support: Whether we use a /cache partition on the device.
disk.cachePartition [yes]:yes

Cache partition size
disk.cachePartition.size [66MB]:100MB

4,运行
emulator @my_avd -show-kernel

更多相关文章

  1. android环境变量的设置及注意问题
  2. Android环境变量
  3. 如何配置android的adb环境变量
  4. Android环境变量配置
  5. android studio查看模拟器文件夹
  6. Android 配置环境变量
  7. android环境变量设置以及adb的常用命令
  8. JAVA & Android 系统环境变量配置
  9. ASP.NET Core中新功能--环境变量和启动设置

随机推荐

  1. PHP高效生成一个不重复随机数
  2. php无限极分类原理
  3. php怎么分页
  4. 关于php mysqli函数的一些总结和详细介绍
  5. PHP 实现 Snowflake 生成分布式唯一 ID
  6. 关于php mysqli函数的一些总结及实例(三)
  7. 关于php mysqli函数的一些总结和实例(四)
  8. PHP基于limit子句的分页详细操作
  9. 对于PHP-FPM参数的理解
  10. 关于php mysqli函数的总结与详细介绍(二)