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 Android Developer Tools - Checkout and build the source code . We were not able to build.
This project GitHub - vuksa/android-studio-builder-1: Docker container that builds Android Studio from sources 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: IntelliJ IDEA – the Leading Java and Kotlin IDE .
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: Google Issue Tracker
We created a new issue to ask for explicit support for Windows on Arm: Google Issue Tracker
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.