Eine beliebige 64‑Bit-Linux-Distribution, die Gnome, KDE oder Unity DE unterstützt;
GNU C Library (glibc) 2.31 oder höher.
Neueste 64-Bit-Version von Linux
RAM
8 GB RAM
16 GB RAM oder mehr
CPU
x86_64-CPU-Architektur; Intel Core der 2. Generation oder neuer oder AMD-Prozessor mit Unterstützung für AMD Virtualization (AMD-V) und SSSE3.
Neuester Intel Core-Prozessor
Speicherplatz
8 GB (IDE, Android SDK und Emulator)
SSD (Solid State Drive) mit mindestens 16 GB
Displayauflösung
1280 × 800
1.920 x 1.080
Unter Linux installieren
Öffnen Sie ein Terminal und installieren Sie die heruntergeladene Datei .deb mit dem Befehl apt. Mit apt werden alle erforderlichen Abhängigkeiten verwaltet. Ersetzen Sie /path/to/your_package.deb durch den tatsächlichen Pfad zur heruntergeladenen Datei.
Der Standardinstallationsort ist /opt/android-studio-for-platform/.
Starten Sie ASfP, indem Sie das Skript studio.sh ausführen, das sich im Verzeichnis bin Ihrer Installation befindet.
/opt/android-studio-for-platform/bin/studio.sh
Beim ersten Start werden Sie aufgefordert, vorherige Einstellungen (falls vorhanden) zu importieren, und dann durch den Einrichtungsassistenten geführt. Folgen Sie der Anleitung, um die Erstkonfiguration abzuschließen.
Optional: Wenn Sie einen Desktop-Eintrag erstellen möchten, wählen Sie in der ASfP-Menüleiste Tools > Create Desktop Entry (Tools > Desktop-Eintrag erstellen) aus, sobald die IDE geöffnet ist.
Optional: Fügen Sie das Verzeichnis bin der PATH-Variablen Ihres Systems hinzu, um den Zugriff über die Befehlszeile zu erleichtern. Fügen Sie Ihrer Shell-Konfigurationsdatei (z. B. der Datei ~/.bashrc oder ~/.zshrc) die folgende Zeile hinzu:
Denken Sie daran, die Datei mit source ~/.bashrc zu laden oder ein neues Terminal zu öffnen, damit die Änderungen wirksam werden.
Alle Inhalte und Codebeispiele auf dieser Seite unterliegen den Lizenzen wie im Abschnitt Inhaltslizenz beschrieben. Java und OpenJDK sind Marken oder eingetragene Marken von Oracle und/oder seinen Tochtergesellschaften.
Zuletzt aktualisiert: 2025-09-05 (UTC).
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-09-05 (UTC)."],[],[],null,["Set up Android Studio for Platform in just a few clicks. First, check the system\nrequirements. Then\n[download the latest version of Android Studio](/studio/platform).\n\nLinux **Note:** Linux machines with ARM-based CPUs aren't supported.\n\nHere are the system requirements for Linux:\n\n| Requirement | Minimum | Recommended |\n|-------------------|--------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------|\n| OS | Any 64-bit Linux distribution that supports Gnome, KDE, or Unity DE; GNU C Library (glibc) 2.31 or later. | Latest 64-bit version of Linux |\n| RAM | 8 GB RAM | 16 GB RAM or more |\n| CPU | x86_64 CPU architecture; 2nd generation Intel Core or newer, or AMD processor with support for AMD Virtualization (AMD-V) and SSSE3. | Latest Intel Core processor |\n| Disk space | 8 GB (IDE and Android SDK and Emulator) | Solid state drive with 16 GB or more |\n| Screen resolution | 1280 x 800 | 1920 x 1080 |\n\nInstall on Linux\n\n1. Open a terminal and use the `apt` command to\n install the downloaded `.deb` file. Using `apt` helps handle any necessary\n dependencies. Replace `/path/to/your_package.deb` with the\n actual path to the file you downloaded.\n\n sudo apt update\n sudo apt install ./asfp-current-linux.deb\n\n The default installation location is `/opt/android-studio-for-platform/`.\n2. Launch ASfP by running the\n `studio.sh` script located in the `bin` directory of your installation.\n\n /opt/android-studio-for-platform/bin/studio.sh\n\n3. On the first launch, you'll be prompted to\n import previous settings (if any) and then guided through the [**setup\n wizard**](/studio/platform/projects/create-project). Follow the prompts to\n complete the initial configuration.\n\n4. Optional - To create a desktop entry, select **Tools \\\u003e Create Desktop\n Entry** from the ASfP menu bar once the IDE is open.\n\n5. Optional - For easier access from the command line, add the\n `bin` directory to your system's PATH variable. Add the following\n line to your shell configuration file (for example the `~/.bashrc` or\n `~/.zshrc` file):\n\n export PATH=\"$PATH:/opt/android-studio-for-platform/bin\"\n\n Remember to source the file by running `source ~/.bashrc` or open a new\n terminal for the changes to take effect."]]