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给ListView设置分割线Divider样式
  2. android 获取md5值 google map key申请
  3. EditText不显示光标的解决方法
  4. android界面无标题栏和全屏效果的实现方式
  5. android全屏设置代码:
  6. ListView 常用属性 详解
  7. Android中MaterialDesign使用 (四)CoordinatorLayout初识:AppBar
  8. RealtiveLayout(相对布局属性)
  9. 各种Layout用到的一些重要的属性

随机推荐

  1. android 蓝牙知识(转帖)
  2. 关于谷歌地图的问题:requires unavailable
  3. 解读Android LOG机制的实现:(4)LOG设备驱动L
  4. Android(安卓)使用intent对Bitmap的处理(
  5. 个人总结--Android 应用开发中国大学生挑
  6. Android系统移植与调试之------->如何修
  7. Android Toast小解
  8. Android Scroll分析 (一) 滑动效果是如何
  9. Android新浪客户端开发教程(完整版)
  10. Android Studio gradle打包可执行jar包(包