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.htmlApache License 2.0Unfree
main program: android-studioprograms: -
Maintainers
Platforms (2)
aarch64-darwinx86_64-linux
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