Distribusi Linux 64-bit apa pun yang mendukung Gnome, KDE, atau Unity DE;
GNU C Library (glibc) 2.31 atau lebih baru.
Linux versi 64-bit terbaru
RAM
RAM 8 GB
RAM 16 GB atau lebih.
CPU
Arsitektur CPU x86_64; Prosesor Intel Core atau generasi ke-2, atau prosesor AMD
dengan dukungan untuk AMD Virtualization (AMD-V) dan SSSE3.
Prosesor Intel Core terbaru
Kapasitas disk
8 GB (IDE dan Android SDK serta Emulator)
Solid State Drive dengan kapasitas 16 GB atau lebih
Resolusi layar
1280 x 800
1920 x 1080
Menginstal di Linux
Buka terminal dan gunakan perintah apt untuk menginstal file .deb yang didownload. Menggunakan apt akan membantu menangani dependensi yang diperlukan. Ganti /path/to/your_package.deb dengan
jalur sebenarnya ke file yang Anda download.
Lokasi penginstalan default adalah /opt/android-studio-for-platform/.
Luncurkan ASfP dengan menjalankan skrip
studio.sh yang ada di direktori bin penginstalan Anda.
/opt/android-studio-for-platform/bin/studio.sh
Saat peluncuran pertama, Anda akan diminta untuk
mengimpor setelan sebelumnya (jika ada), lalu dipandu melalui wizard penyiapan. Ikuti petunjuk untuk
menyelesaikan konfigurasi awal.
Opsional - Untuk membuat entri desktop, pilih Tools > Create Desktop
Entry dari panel menu ASfP setelah IDE terbuka.
Opsional - Untuk akses yang lebih mudah dari command line, tambahkan
direktori bin ke variabel PATH sistem Anda. Tambahkan baris berikut ke file konfigurasi shell Anda (misalnya, file ~/.bashrc atau ~/.zshrc):
Jangan lupa untuk memanggil file dengan menjalankan source ~/.bashrc atau membuka terminal baru agar perubahan diterapkan.
Konten dan contoh kode di halaman ini tunduk kepada lisensi yang dijelaskan dalam Lisensi Konten. Java dan OpenJDK adalah merek dagang atau merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-09-05 UTC.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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."]]