Android Studio

Android Studio is the official integrated development environment for Google's Android operating system, built on JetBrains' IntelliJ IDEA software and designed specifically for Android development

Status

  • The project is still in the early stages and we are investigating Windows Arm64 support for Android Studio and related tools such as Android Emulator, SDK, NDK, etc.

Android Studio

The build documentation is not accurate https://android.googlesource.com/platform/tools/base/+/studio-master-dev/source.md . We were not able to build.

This project https://github.com/andrei-kuznetsov/android-studio-builder/ aims to build it, by patching sources. Alas, it did not work either.

Normally, you are suppose to build a first part using:

tools/base/bazel/bazel build //tools/adt/idea/android:artifacts

And then, build the IDE itself within IDEA: https://www.jetbrains.com/idea/ .

We managed to build the first part, but loading the project in IDEA fails. Using the documented build_studio.sh script documented in Android Studio documentation fails too.

This issue tracks this problem:

We created a new issue to ask for explicit support for Windows on Arm:

Android NDK

To be investigated

Android SDK

To be investigated

Android Emulator

Blocked by availability of qemu-aarch64-system, and hyper-v acceleration (whpx), being enabled only for x64. This should be ported to arm64 too.