歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> Linux教程 >> 如何在Ubuntu和Linux Mint上安裝Android Studio

如何在Ubuntu和Linux Mint上安裝Android Studio

日期:2017/2/28 14:34:08   编辑:Linux教程

Android Studio 是一個全新的 Android 開發環境,基於IntelliJ IDEA. 類似 Eclipse ADT,Android Studio 提供了集成的 Android 開發工具用於開發和調試,在IDEA的基礎上,Android Studio 提供:

  • 基於Gradle的構建支持
  • Android 專屬的重構和快速修復
  • 提示工具以捕獲性能、可用性、版本兼容性等問題
  • 支持 ProGuard 和應用簽名
  • 基於模板的向導來生成常用的 Andoid 應用設計和組件
  • 功能強大的布局編輯器,可以讓你拖拉 UI 控件並進行效果預覽

下面將告訴大家如何在Ubuntu和Linux Mint上安裝Android Studio。由於有PPA所以在Ubuntu和Linux Mint上安裝Android Studio變得非常容易,打開終端執行以下命令即可:

sudo apt-add-repository ppa:paolorotolo/android-studio

sudo apt-get update

sudo apt-get install android-studio

Android Studio 的詳細介紹:請點這裡
Android Studio 的下載地址:請點這裡

Copyright © Linux教程網 All Rights Reserved