Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Nếu muốn có quyền truy cập sớm vào phiên bản tiếp theo của Android Studio, bạn không cần phải thay thế phiên bản ổn định hiện có. Bạn có thể cài đặt phiên bản xem trước của Android Studio song song với phiên bản ổn định và làm việc trên cùng một dự án ứng dụng ở cả hai phiên bản.
Điều này có thể thực hiện được vì Android Studio lưu trữ các chế độ cài đặt cho mỗi lần cài đặt trong các thư mục dành riêng cho phiên bản. Ví dụ: nếu bạn đã cài đặt phiên bản ổn định của Android Studio 2.3 và phiên bản xem trước của Android Studio 3.0 trên Windows, thì các chế độ cài đặt cho mỗi phiên bản sẽ được lưu trong các thư mục như sau:
Trên máy Mac, các thư mục này nằm trong ~/Library/Preferences/ và ~/Library/Application Support/. Trên Linux, các tệp này nằm trong thư mục gốc của bạn.
Theo mặc định, tất cả các bản cài đặt Android Studio đều dùng chung cùng một vị trí của các công cụ SDK Android như được chỉ định trong Trình quản lý SDK, vì vậy, các bản cập nhật cho các công cụ SDK khác của bạn đều có trong tất cả các phiên bản Android Studio.
Đổi tên thư mục kết quả thành một tên riêng biệt như "Android Studio Preview".
Di chuyển tệp này đến một vị trí cố định, chẳng hạn như bên cạnh bản cài đặt Android Studio hiện có trong C:\Program Files\Android\.
Trong C:\Program Files\Android\Android Studio Preview\bin\, hãy chạy studio64.exe (hoặc nếu bạn đang dùng máy 32 bit, hãy chạy studio.exe).
Để phiên bản xem trước xuất hiện trong trình đơn Start (Bắt đầu), hãy nhấp chuột phải vào studio64.exe rồi nhấp vào Pin to Start Menu (Ghim vào trình đơn Start).
Máy Mac:
Giải nén tệp ZIP.
Lưu ý:
Nếu tải phiên bản 2.3 trở xuống, tên ứng dụng sẽ không có số phiên bản, vì vậy, trước tiên, bạn phải đổi tên ứng dụng rồi mới di chuyển phiên bản mới vào thư mục ứng dụng. Nếu không, bạn có thể ghi đè phiên bản Android Studio hiện có.
Kéo tệp ứng dụng vào thư mục Applications (Ứng dụng).
Bây giờ, hãy chạy ứng dụng đó.
Linux:
Giải nén tệp ZIP.
Đổi tên thư mục kết quả thành một tên riêng biệt như "android-studio-preview".
Di chuyển tệp đó đến nơi có phiên bản ổn định của bạn, chẳng hạn như trong /usr/local/ cho hồ sơ người dùng của bạn hoặc /opt/ cho người dùng chung.
Mở một cửa sổ dòng lệnh, chuyển đến thư mục android-studio-preview/bin/ rồi thực thi studio.
Nội dung và mã mẫu trên trang này phải tuân thủ các giấy phép như mô tả trong phần Giấy phép nội dung. Java và OpenJDK là nhãn hiệu hoặc nhãn hiệu đã đăng ký của Oracle và/hoặc đơn vị liên kết của Oracle.
Cập nhật lần gần đây nhất: 2025-08-28 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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`."]]