只要按幾下滑鼠,就能設定平台版 Android Studio。首先,請檢查系統需求,接著下載最新版 Android Studio。
Linux
以下是 Linux 的系統需求:
需求 | 最低規格 | 建議規格 |
---|---|---|
OS | 支援 Gnome、KDE 或 Unity DE 的 64 位元 Linux 發行版;GNU C 程式庫 (glibc) 2.31 以上版本 | 最新 Linux 64 位元版本 |
RAM | 8 GB RAM | 16 GB 以上 RAM |
CPU | x86_64 CPU 架構;第 2 代 Intel Core 以上版本,或支援 AMD 虛擬化 (AMD-V) 和 SSSE3 的 AMD 處理器 | 最新 Intel Core 處理器 |
磁碟空間 | 8 GB (IDE、Android SDK 和模擬器) | 16 GB 以上固態硬碟 |
螢幕解析度 | 1280 x 800 | 1920 x 1080 |
如要在 Linux 上安裝 Android Studio for Platform,請按照下列步驟操作:
- 將您下載的
.deb
檔案解壓縮到應用程式中的合適位置,舉例來說,如要給使用者設定檔使用,請解壓縮到/usr/local/
;如要給共享使用者使用,請解壓縮到/opt/
。例如:
sudo dpkg -i /path/to/asfp-current-linux.deb
。 - 如要啟動 Android Studio for Platform,請開啟終端機並前往
android-studio-for-platform/bin/
目錄,然後執行studio.sh
。例如:
/opt/android-studio-for-platform/bin/studio.sh
。 - 選擇是否要匯入先前的 Android Studio 平台設定,然後按一下「OK」。
- 完成 Android Studio 平台設定精靈。
提示:若要在應用程式清單中顯示 Android Studio,請依序點選 Android Studio 選單列的「Tools」>「Create Desktop Entry」。