מתקינים גרסת טרום-השקה (Preview) של Android Studio
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
אם אתם רוצים לקבל גישה מוקדמת לגרסה הבאה של Android Studio, אתם לא צריכים להחליף את הגרסה היציבה הקיימת. אפשר להתקין את גרסת הטרום-השקה של Android Studio לצד הגרסה היציבה ולעבוד על אותם פרויקטים של אפליקציות בשתי הגרסאות.
הדבר אפשרי כי Android Studio שומר את ההגדרות של כל התקנה בתיקיות ספציפיות לגרסה. לדוגמה, אם מותקנת במחשב Windows הגרסה היציבה של Android Studio 2.3 וגרסת טרום-השקה של Android Studio 3.0, ההגדרות של כל אחת מהגרסאות נשמרות בספריות כמו אלה:
ב-Mac, הספריות האלה נמצאות ב-~/Library/Preferences/ וב-~/Library/Application Support/. ב-Linux, הם נמצאים בספריית הבית.
כברירת מחדל, כל ההתקנות של Android Studio חולקות את אותו מיקום של כלי Android SDK, כפי שצוין בSDK Manager, כך שהעדכונים של כלי ה-SDK האחרים זמינים בכל הגרסאות של Android Studio.
אם עדיין לא הורדתם את Android Studio, אפשר להוריד את הגרסה היציבה כאן. כדאי לשמור את הגרסה הקודמת למקרה שתיתקלו בבאג חדש בגרסת הטרום-השקה.
משנים את השם של התיקייה שנוצרה לשם ייחודי כמו Android Studio Preview.
מעבירים אותו למיקום קבוע, למשל לצד ההתקנה הקיימת של Android Studio ב-C:\Program Files\Android\.
בתוך C:\Program Files\Android\Android Studio Preview\bin\, מפעילים את studio64.exe (או אם אתם משתמשים במחשב 32 ביט, מפעילים את studio.exe).
כדי להוסיף את גרסת הטרום-השקה לתפריט ההתחלה, לוחצים לחיצה ימנית על studio64.exe ואז על הצמדה לתפריט ההתחלה.
Mac:
מחלצים את קובץ ה-ZIP.
הערה:
אם מורידים גרסה 2.3 או גרסה מוקדמת יותר, שם האפליקציה לא כולל את מספר הגרסה, ולכן צריך לשנות את השם לפני שמזיזים את הגרסה החדשה לספריית האפליקציות. אחרת, יכול להיות שתחליפו את הגרסה הקיימת של Android Studio.
גוררים את קובץ האפליקציה לתיקייה Applications (אפליקציות).
עכשיו מפעילים אותו.
Linux:
מחלצים את קובץ ה-ZIP.
משנים את השם של התיקייה שנוצרה לשם ייחודי כמו android-studio-preview.
מעבירים אותו למיקום שבו נמצאת הגרסה היציבה, למשל ב-/usr/local/ עבור פרופיל המשתמש או ב-/opt/ עבור משתמשים משותפים.
פותחים טרמינל, עוברים אל android-studio-preview/bin/ ומריצים את studio.
דוגמאות התוכן והקוד שבדף הזה כפופות לרישיונות המפורטים בקטע רישיון לתוכן. Java ו-OpenJDK הם סימנים מסחריים או סימנים מסחריים רשומים של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-08-28 (שעון 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-08-28 (שעון UTC)."],[],[],null,["If you want early access to the next version of Android Studio, you don't have to replace your\nexisting stable version. You can install the Android Studio preview side by side with the stable\nversion and work on the same app projects in both.\n\nThis is possible because Android Studio stores its settings for each install in version-specific\nfolders. For example, if you have the stable version of Android Studio 2.3\nand a preview version of Android Studio 3.0 installed on Windows, the settings for each\nare saved in directories such as the following: \n\n```\nC:\\Users\\Jamie\\.AndroidStudio2.3\\\nC:\\Users\\Jamie\\.AndroidStudioPreview3.0\\\n```\n\nOn Mac, these directories are in `~/Library/Preferences/` and\n`~/Library/Application Support/`. On Linux, they're in your home directory.\n\nBy default, all Android Studio installations share the same Android SDK tools location as\nspecified in the [SDK Manager](/studio/intro/update#sdk-manager), so updates to your other\nSDK tools are available in all versions of Android Studio.\n| **Note:** Newer versions of Android Studio might change some configuration data in your projects (such as code style settings in the `.idea` file), which might not be compatible with the older version of Android Studio.\n\nIf you don't already have it, [download Android Studio stable here](/studio). It's good to have\njust in case you encounter a new bug in the preview version.\n\nInstall alongside your stable version\n\nAfter you [download an Android Studio preview](/studio/preview), simply save the application\nalongside any other version of Android Studio as described below.\n\n**Windows:**\n\n1. Unpack the ZIP file.\n2. Rename the resulting folder to something unique like \"Android Studio Preview.\"\n3. Move it to a permanent location, such as next to your existing Android Studio install in `C:\\Program Files\\Android\\`.\n4. Inside `C:\\Program Files\\Android\\Android Studio Preview\\bin\\`, launch `studio64.exe` (or if you're on a 32-bit machine, launch `studio.exe`).\n5. To make the preview version available in your Start menu, right-click `studio64.exe` and click **Pin to Start Menu**.\n\n**Mac:**\n\n1. Unpack the ZIP file. **Note:**\n If you download version 2.3 or lower, the application name does not\n include the version number, so you must first rename it before moving\n the new version into your apps directory. Otherwise, you might override your\n existing version of Android Studio.\n\n2. Drag the app file into your **Applications** folder.\n3. Now launch it.\n\n**Linux:**\n\n1. Unpack the ZIP file.\n2. Rename the resulting folder to something unique like \"android-studio-preview.\"\n3. Move it to wherever you have your stable version, such as within `/usr/local/` for your user profile, or `/opt/` for shared users.\n4. Open a terminal, navigate into `android-studio-preview/bin/` and execute `studio`."]]