Dowolna 64-bitowa dystrybucja Linuxa obsługująca środowisko Gnome, KDE lub Unity DE; biblioteka GNU C (glibc) w wersji 2.31 lub nowszej.
Najnowsza 64-bitowa wersja systemu Linux
Pamięć RAM
8 GB RAM
co najmniej 16 GB pamięci RAM,
CPU
Architektura procesora x86_64; procesor Intel Core 2 generacji lub nowszy albo procesor AMD z obsługą wirtualizacji AMD (AMD-V) i SSSE3.
Najnowszy procesor Intel Core
Miejsce na dysku
8 GB (IDE, pakiet SDK na Androida i emulator)
Dysk SSD o pojemności co najmniej 16 GB
Rozdzielczość ekranu
1280 x 800
1920 x 1080
Instalowanie w Linuksie
Otwórz terminal i użyj polecenia apt, aby zainstalować pobrany plik .deb. Użycie apt pomaga w obsłudze niezbędnych zależności. Zastąp symbol /path/to/your_package.deb rzeczywistą ścieżką do pobranego pliku.
Domyślna lokalizacja instalacji to /opt/android-studio-for-platform/.
Uruchom ASfP, wykonując skrypt studio.sh znajdujący się w katalogu bin instalacji.
/opt/android-studio-for-platform/bin/studio.sh
Przy pierwszym uruchomieniu pojawi się prośba o zaimportowanie poprzednich ustawień (jeśli takie istnieją), a następnie zostanie wyświetlony kreator konfiguracji. Postępuj zgodnie z instrukcjami, aby dokończyć konfigurację początkową.
Opcjonalnie – aby utworzyć wpis na pulpicie, po otwarciu środowiska IDE wybierz Narzędzia > Utwórz wpis na pulpicie na pasku menu ASfP.
Opcjonalnie – aby ułatwić sobie dostęp z wiersza poleceń, dodaj katalog bin do zmiennej PATH systemu. Dodaj ten wiersz do pliku konfiguracji powłoki (np. pliku ~/.bashrc lub ~/.zshrc):
Aby zmiany zostały wprowadzone, pamiętaj o uruchomieniu pliku za pomocą polecenia source ~/.bashrc lub otwarciu nowego terminala.
Treść strony i umieszczone na niej fragmenty kodu podlegają licencjom opisanym w Licencji na treści. Java i OpenJDK są znakami towarowymi lub zastrzeżonymi znakami towarowymi należącymi do firmy Oracle lub jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-09-05 UTC.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 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."]]