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.
Thiết lập Android Studio for Platform chỉ bằng vài cú nhấp. Trước tiên, hãy kiểm tra các yêu cầu về hệ thống. Sau đó, tải phiên bản Android Studio mới nhất.
Linux
Dưới đây là các yêu cầu về hệ thống đối với Linux:
Yêu cầu
Tối thiểu
Đề xuất
Hệ điều hành
Bất kỳ bản phân phối Linux 64 bit nào hỗ trợ Gnome, KDE hoặc Unity DE; GNU C Library (glibc) 2.31 trở lên.
Phiên bản Linux 64 bit mới nhất
RAM
RAM 8 GB
RAM 16 GB trở lên
CPU
Kiến trúc CPU x86_64; Bộ xử lý Intel Core thế hệ 2 trở lên hoặc bộ xử lý AMD có hỗ trợ Ảo hoá AMD (AMD-V) và SSSE3.
Bộ xử lý Intel Core mới nhất
Dung lượng ổ đĩa
8 GB (IDE, SDK Android và Trình mô phỏng)
Ổ thể rắn có dung lượng từ 16 GB trở lên
Độ phân giải màn hình
1280 x 800
1920 x 1080
Cài đặt trên Linux
Mở một cửa sổ dòng lệnh rồi dùng lệnh apt để cài đặt tệp .deb đã tải xuống. Việc sử dụng apt giúp xử lý mọi phần phụ thuộc cần thiết. Thay thế /path/to/your_package.deb bằng đường dẫn thực tế đến tệp bạn đã tải xuống.
Vị trí cài đặt mặc định là /opt/android-studio-for-platform/.
Khởi chạy ASfP bằng cách chạy tập lệnh studio.sh nằm trong thư mục bin của bản cài đặt.
/opt/android-studio-for-platform/bin/studio.sh
Trong lần khởi chạy đầu tiên, bạn sẽ được nhắc nhập các chế độ cài đặt trước đó (nếu có), sau đó được hướng dẫn qua trình hướng dẫn thiết lập. Làm theo lời nhắc để hoàn tất quá trình định cấu hình ban đầu.
Không bắt buộc – Để tạo một mục trên màn hình chính, hãy chọn Tools > Create Desktop Entry (Công cụ > Tạo mục trên màn hình chính) trên thanh trình đơn ASfP sau khi IDE mở.
Không bắt buộc – Để dễ dàng truy cập từ dòng lệnh, hãy thêm thư mục bin vào biến PATH của hệ thống. Thêm dòng sau vào tệp cấu hình shell (ví dụ: tệp ~/.bashrc hoặc ~/.zshrc):
Hãy nhớ tìm nguồn cho tệp bằng cách chạy source ~/.bashrc hoặc mở một thiết bị đầu cuối mới để các thay đổi có hiệu lực.
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-09-05 UTC.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 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."]]