android-studio

android-studio 2026.1.4.8

Official IDE for Android (stable channel)

<rendered-html><p>Android Studio is the official IDE for Android app development, based on IntelliJ IDEA.</p> </rendered-html>

https://developer.android.com/studio/index.html
Apache License 2.0Unfree
main program: android-studioprograms: -
Platforms (2)
aarch64-darwinx86_64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  android-studio
];
Ad-hoc shell
nix-shell -p android-studio
Flake (nix run)
nix run nixpkgs#android-studio