简体   繁体   English

使用旧版OS创建android AVD

[英]creating android AVD with older OS

Im trying to create a Virtual Device to test Froyo 2 OS, but when creating an emulator AVD the lowest Target that is available is 4.2.2 我试图创建一个虚拟设备来测试Froyo 2 OS,但是在创建仿真器AVD时,可用的最低Target为4.2.2。

I have the min sdk set to 8 in the project manifest: 我在项目清单中将min sdk设置为8:

<uses-sdk
    android:minSdkVersion="8"
    android:targetSdkVersion="18" />

How to test older OSs with the emulator? 如何使用模拟器测试较旧的操作系统?

but when creating an emulator AVD the lowest Target that is available is 4.2.2 但是在创建仿真器AVD时,可用的最低Target为4.2.2

Then you need to download the others from the SDK Manager: 然后,您需要从SDK Manager下载其他文件:

Android SDK管理器

Depending on the API level/OS version, you will see: 根据API级别/操作系统版本,您将看到:

  • ARM EABI v7a System Image ARM EABI v7a系统映像
  • Intel x86 Atom System Image (for use with the accelerated emulator) Intel x86 Atom系统映像(与加速仿真器一起使用)
  • MIPS System Image (not typically useful) MIPS系统映像(通常不可用)
  • SDK Platform (which includes ARM system images, for Android through Android 3.2) SDK平台(包括ARM系统映像,适用于Android至Android 3.2)

Download what you want, and they will appear as options for you in your AVD Manager. 下载所需的内容,它们将作为选项显示在您的AVD Manager中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM