با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
اگر می خواهید به نسخه بعدی اندروید استودیو دسترسی زودهنگام داشته باشید، لازم نیست نسخه پایدار موجود خود را جایگزین کنید. میتوانید پیشنمایش اندروید استودیو را در کنار نسخه پایدار نصب کنید و روی پروژههای برنامه مشابه در هر دو کار کنید.
این امکان پذیر است زیرا Android Studio تنظیمات خود را برای هر نصب در پوشه های مخصوص نسخه ذخیره می کند. به عنوان مثال، اگر نسخه پایدار اندروید استودیو 2.3 و نسخه پیشنمایش اندروید استودیو 3.0 را روی ویندوز نصب کرده باشید، تنظیمات مربوط به هر کدام در فهرستهایی مانند موارد زیر ذخیره میشوند:
در مک، این دایرکتوری ها در ~/Library/Preferences/ و ~/Library/Application Support/ هستند. در لینوکس، آنها در فهرست اصلی شما هستند.
بهطور پیشفرض، همه نصبهای Android Studio همان مکان ابزارهای Android SDK را که در مدیر SDK مشخص شده به اشتراک میگذارند، بنابراین بهروزرسانیهای سایر ابزارهای SDK شما در همه نسخههای Android Studio در دسترس هستند.
پس از دانلود پیشنمایش Android Studio ، به سادگی برنامه را در کنار هر نسخه دیگر از Android Studio ذخیره کنید، همانطور که در زیر توضیح داده شده است.
ویندوز:
فایل ZIP را باز کنید.
نام پوشه به دست آمده را به چیزی منحصر به فرد مانند "Android Studio Preview" تغییر دهید.
آن را به یک مکان دائمی منتقل کنید، مانند کنار نصب Android Studio موجود در C:\Program Files\Android\ .
داخل C:\Program Files\Android\Android Studio Preview\bin\ ، studio64.exe را راهاندازی کنید (یا اگر از یک دستگاه 32 بیتی استفاده میکنید، studio.exe راهاندازی کنید).
برای در دسترس قرار دادن نسخه پیشنمایش در منوی استارت، روی studio64.exe راست کلیک کرده و Pin to Start Menu را کلیک کنید.
مک:
فایل ZIP را باز کنید.
توجه: اگر نسخه 2.3 یا پایینتر را دانلود میکنید، نام برنامه شامل شماره نسخه نمیشود، بنابراین قبل از انتقال نسخه جدید به فهرست برنامهها، ابتدا باید نام آن را تغییر دهید. در غیر این صورت، ممکن است نسخه موجود Android Studio خود را لغو کنید.
فایل برنامه را به پوشه Applications خود بکشید.
اکنون آن را راه اندازی کنید.
لینوکس:
فایل ZIP را باز کنید.
نام پوشه به دست آمده را به چیزی منحصر به فرد مانند "android-studio-preview" تغییر دهید.
آن را به هرجایی که نسخه پایدار خود را دارید منتقل کنید، مانند داخل /usr/local/ برای نمایه کاربری خود، یا /opt/ برای کاربران مشترک.
یک ترمینال را باز کنید، به android-studio-preview/bin/ بروید و studio.sh اجرا کنید.
محتوا و نمونه کدها در این صفحه مشمول پروانههای توصیفشده در پروانه محتوا هستند. جاوا و OpenJDK علامتهای تجاری یا علامتهای تجاری ثبتشده Oracle و/یا وابستههای آن هستند.
تاریخ آخرین بهروزرسانی 2025-07-29 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-07-29 بهوقت ساعت هماهنگ جهانی."],[],[],null,["# Install a preview version of Android Studio\n\nIf 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-------------------------------------\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.sh`."]]