כל הפצת Linux ב-64 ביט שתומכת ב-Gnome, ב-KDE או ב-Unity DE;
ספריית GNU C (glibc) מגרסה 2.31 ואילך.
הגרסה האחרונה של Linux 64 ביט
RAM
RAM בנפח 8GB
זיכרון RAM של 16GB או יותר
מעבד (CPU)
ארכיטקטורת מעבד x86_64; מעבד Intel Core מדור שני ואילך, או מעבד AMD עם תמיכה ב-AMD Virtualization (AMD-V) וב-SSSE3.
מעבד Intel Core העדכני ביותר
שטח דיסק
8GB (IDE, Android SDK ואמולטור)
כונן SSD עם נפח אחסון של 16GB או יותר
רזולוציית המסך
1,280 x 800
1920 x 1080
התקנה ב-Linux
פותחים טרמינל ומשתמשים בפקודה 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
בהפעלה הראשונה, תוצג לכם בקשה לייבא הגדרות קודמות (אם יש כאלה), ואז תועברו אל אשף ההגדרה. פועלים לפי ההנחיות כדי להשלים את ההגדרה הראשונית.
אופציונלי – כדי ליצור רשומה בשולחן העבודה, בוחרים באפשרות Tools > Create Desktop Entry (כלים > יצירת רשומה בשולחן העבודה) בסרגל התפריטים של ASfP אחרי שסביבת הפיתוח המשולבת נפתחת.
אופציונלי – כדי להקל על הגישה משורת הפקודה, מוסיפים את הספרייה bin למשתנה PATH של המערכת. מוסיפים את השורה הבאה לקובץ התצורה של המעטפת (לדוגמה, הקובץ ~/.bashrc או הקובץ ~/.zshrc):
כדי שהשינויים ייכנסו לתוקף, צריך להריץ את הפקודה source ~/.bashrc או לפתוח טרמינל חדש.
דוגמאות התוכן והקוד שבדף הזה כפופות לרישיונות המפורטים בקטע רישיון לתוכן. Java ו-OpenJDK הם סימנים מסחריים או סימנים מסחריים רשומים של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-09-05 (שעון UTC).
[[["התוכן קל להבנה","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 (שעון 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."]]