Gnome, KDE veya Unity DE'yi destekleyen tüm 64 bit Linux dağıtımları;
GNU C Library (glibc) 2.31 veya sonraki sürümler.
Linux'un en son 64 bit sürümü
RAM
8 GB RAM
16 GB veya daha fazla RAM
CPU
x86_64 CPU mimarisi; 2. nesil Intel Core veya daha yeni ya da AMD Virtualization (AMD-V) ve SSSE3 desteği olan AMD işlemci.
En yeni Intel Core işlemci
Disk alanı
8 GB (IDE, Android SDK ve Emulator)
16 GB veya daha fazla kapasiteye sahip katı hal sürücüsü
Ekran çözünürlüğü
1280 x 800
1920 x 1080
Linux'a yükleme
Bir terminal açın ve indirilen .deb dosyasını yüklemek için apt komutunu kullanın. apt kullanmak, gerekli bağımlılıkları yönetmeye yardımcı olur. /path/to/your_package.deb yerine indirdiğiniz dosyanın gerçek yolunu girin.
Yüklemenizin bin dizininde bulunan studio.sh komut dosyasını çalıştırarak ASfP'yi başlatın.
/opt/android-studio-for-platform/bin/studio.sh
İlk başlatmada, önceki ayarları (varsa) içe aktarmanız istenir ve ardından kurulum sihirbazı'nda yönlendirilirsiniz. İlk yapılandırmayı tamamlamak için talimatları uygulayın.
İsteğe bağlı: Masaüstü girişi oluşturmak için IDE açıldıktan sonra ASfP menü çubuğundan Tools > Create Desktop Entry'yi (Araçlar > Masaüstü Girişi Oluştur) seçin.
İsteğe bağlı: Komut satırından daha kolay erişmek için bin dizinini sisteminizin PATH değişkenine ekleyin. Aşağıdaki satırı kabuk yapılandırma dosyanıza (örneğin, ~/.bashrc veya ~/.zshrc dosyası) ekleyin:
Değişikliklerin geçerli olması için source ~/.bashrc komutunu çalıştırarak dosyayı kaynaklandırmayı veya yeni bir terminal açmayı unutmayın.
Bu sayfadaki içerik ve kod örnekleri, İçerik Lisansı sayfasında açıklanan lisanslara tabidir. Java ve OpenJDK, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-09-05 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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."]]