أي توزيعة Linux بنظام 64 بت تتوافق مع Gnome أو KDE أو Unity DE
مكتبة GNU C (glibc) 2.31 أو إصدار أحدث
أحدث إصدار 64 بت من Linux
ذاكرة الوصول العشوائي (RAM)
ذاكرة وصول عشوائي بسعة 8 غيغابايت
ذاكرة وصول عشوائي (RAM) بسعة 16 غيغابايت أو أكثر
وحدة المعالجة المركزية
بنية وحدة المعالجة المركزية x86_64، أو معالج Intel Core من الجيل الثاني أو الإصدارات الأحدث، أو معالج AMD متوافق مع AMD Virtualization (AMD-V) وSSSE3
أحدث معالج Intel Core
مساحة خالية في القرص الصلب
8 غيغابايت (بيئة التطوير المتكاملة وحزمة تطوير البرامج (SDK) وAndroid Emulator)
محرك أقراص ذو حالة صلبة بسعة 16 غيغابايت أو أكثر
درجة دقة الشاشة
1280 x 800
1920 × 1080
التثبيت على نظام التشغيل Linux
افتح نافذة Terminal واستخدِم الأمر apt لتثبيت ملف .deb الذي تم تنزيله. يساعد استخدام apt في التعامل مع أي تبعيات ضرورية. استبدِل /path/to/your_package.deb بالمسار الفعلي للملف الذي نزّلته.
موقع التثبيت التلقائي هو /opt/android-studio-for-platform/.
ابدأ تشغيل ASfP من خلال تنفيذ النص البرمجي studio.sh الموجود في الدليل bin ضمن عملية التثبيت.
/opt/android-studio-for-platform/bin/studio.sh
عند تشغيل التطبيق لأول مرة، سيُطلب منك استيراد الإعدادات السابقة (إن وُجدت)، ثم سيتم توجيهك خلال معالج الإعداد. اتّبِع التعليمات التي تظهر على الشاشة لإكمال عملية الإعداد الأولي.
إجراء اختياري: لإنشاء إدخال على سطح المكتب، اختَر أدوات > إنشاء إدخال على سطح المكتب من شريط قائمة ASfP بعد فتح بيئة التطوير المتكاملة.
اختياري: لتسهيل الوصول من سطر الأوامر، أضِف دليل
bin إلى متغيّر PATH في نظامك. أضِف السطر التالي إلى ملف إعداد shell (مثل ملف ~/.bashrc أو ~/.zshrc):
تذكَّر أنّه عليك الحصول على الملف من خلال تنفيذ source ~/.bashrc أو فتح نافذة طرفية جديدة لتصبح التغييرات سارية.
يخضع كل من المحتوى وعيّنات التعليمات البرمجية في هذه الصفحة للتراخيص الموضحّة في ترخيص استخدام المحتوى. إنّ Java وOpenJDK هما علامتان تجاريتان مسجَّلتان لشركة Oracle و/أو الشركات التابعة لها.
تاريخ التعديل الأخير: 2025-09-05 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","easyToUnderstand","thumb-up"],["ساعَدني المحتوى في حلّ مشكلتي.","solvedMyProblem","thumb-up"],["غير ذلك","otherUp","thumb-up"]],[["لا يحتوي على المعلومات التي أحتاج إليها.","missingTheInformationINeed","thumb-down"],["الخطوات معقدة للغاية / كثيرة جدًا.","tooComplicatedTooManySteps","thumb-down"],["المحتوى قديم.","outOfDate","thumb-down"],["ثمة مشكلة في الترجمة.","translationIssue","thumb-down"],["مشكلة في العيّنات / التعليمات البرمجية","samplesCodeIssue","thumb-down"],["غير ذلك","otherDown","thumb-down"]],["تاريخ التعديل الأخير: 2025-09-05 (حسب التوقيت العالمي المتفَّق عليه)"],[],[],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."]]