简体   繁体   中英

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

I have the min sdk set to 8 in the project manifest:

<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

Then you need to download the others from the SDK Manager:

Android SDK管理器

Depending on the API level/OS version, you will see:

  • ARM EABI v7a System Image
  • Intel x86 Atom System Image (for use with the accelerated emulator)
  • MIPS System Image (not typically useful)
  • SDK Platform (which includes ARM system images, for Android through Android 3.2)

Download what you want, and they will appear as options for you in your AVD Manager.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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