android 开发环境搭建的创建AVD

来源:互联网 发布:计算机c语言是什么 编辑:程序博客网 时间:2024/05/01 04:53
C:\Users\Administrator>android list target
Available Android targets:
----------
id: 1 or "android-19"
     Name: Android 4.4.2
     Type: Platform
     API level: 19
     Revision: 2
     Skins: HVGA, QVGA, WQVGA400, WQVGA432, WSVGA, WVGA800 (default), WVGA854, W
XGA720, WXGA800, WXGA800-7in
     ABIs : armeabi-v7a, x86
----------
id: 2 or "Google Inc.:Google APIs:19"
     Name: Google APIs
     Type: Add-On
     Vendor: Google Inc.
     Revision: 3
     Description: Android + Google APIs
     Based on Android 4.4.2 (API level 19)
     Libraries:
      * com.google.android.media.effects (effects.jar)
          Collection of video effects
      * com.android.future.usb.accessory (usb.jar)
          API for USB Accessories
      * com.google.android.maps (maps.jar)
          API for Google Maps
     Skins: WVGA854, WQVGA400, WSVGA, WXGA800-7in, WXGA720, HVGA, WQVGA432, WVGA
800 (default), QVGA, WXGA800
     ABIs : armeabi-v7a


C:\Users\Administrator>android create avd --name avd_xingzheng --target 1
Valid ABIs: armeabi-v7a, x86
Error: This platform has more than one ABI. Please specify one using --abi.


当创建的时候出现了上面的问题,This platform has more than one ABI. Please specify one using --abi.

试着从选择第二个来实现这个:

C:\Users\Administrator>android create avd --name avd_xingzheng --target 2
Auto-selecting single ABI armeabi-v7a
Created AVD 'avd_xingzheng' based on Google APIs (Google Inc.), ARM (armeabi-v7a
) processor,
with the following hardware config:
hw.lcd.density=240
vm.heapSize=48
hw.ramSize=512


C:\Users\Administrator>
0 0
原创粉丝点击