Android Studio for Debian/Ubuntu
The official Android IDE by Google — packaged for Linux
Debian/Ubuntu
Add the APT repository
$ echo "deb [trusted=yes] https://althafvly.github.io/android-studio ./" | sudo tee /etc/apt/sources.list.d/android-studio.list
$ sudo apt-get update
This repository provides packages for Debian Trixie (amd64).
Install
Install Android Studio (Stable)
$ sudo apt-get install android-studio
After adding the repository, you can also install via your system's package manager GUI.