Cannot find API system images Android 27.0-8.1 (Oreo) 26-27 ARM

Is there somewhere Android 8.0 (Oreo) API 26 and Android 8.1 (Oreo) API 27 ARM System images (ARM, not Intel x86) for AVD Manager? Thank you

Informal? Beta? Alpha? Any?

+27
source share
3 answers

You must collect the Android source code for a specific platform yourself

0
source

ARM images for APIs 26 and 27 are not yet available. ARM images are only available up to API 25.

Note: Google recommended the x86 system image on the x86 host for better emulation performance.

0
source

Recent updates have allowed AMD computers to run the Android emulator, and you no longer need to install ARM images. Taken from the Android Developer Blog:

If you have an AMD processor installed on your computer, you must complete the following configuration requirements:

AMD Processor - Recommended: AMDยฎ Ryzen โ„ข processors

Android Studio 3.2 Beta or higher

Android emulator v27.3. 8+

x86 Android Virtual Device (AVD)

Windows 10 April 2018 Update

Enable with Windows Features: Windows Hypervisor Platform

And this is it! I highly recommend reading the entire blog post:

https://android-developers.googleblog.com/2018/07/android-emulator-amd-processor-hyper-v.html

0
source

Source: https://habr.com/ru/post/1265905/


All Articles