Can't find Android 8.0-8.1 (Oreo) API 26-27 ARM System Images Can't find Android 8.0-8.1 (Oreo) API 26-27 ARM System Images android android

Can't find Android 8.0-8.1 (Oreo) API 26-27 ARM System Images


The ARM images for API 26 and 27 are not available yet. ARM images available till API 25 only.

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


Just suggestion,

please check [https://developer.android.com/games/optimize/64-bit#test-64-bit-hardware][1]

They have given how to install new abi along with apk to your device-:: Command Line

A successful install:

adb install --abi armeabi-v7a YOUR_APK_FILE.apkSuccess

If your APK does not have the 64-bit libraries:

adb install --abi arm64-v8a YOUR_APK_FILE.apkadb: failed to install YOUR_APK_FILE.apk: Failure [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113]

If your device does not support 64-bit, an emulator, for example:

adb install --abi arm64-v8a YOUR_APK_FILE.apkABI arm64-v8a not supported on this device


You should build Android sources for specific platform by yourself