在Ubuntu 15.04下安裝Android Studio

ruchi發表於2015-06-27

Android Studio是官方為了Android應用開發者而釋出的IDE,它基於IntelliJ的IDEA。

Android Studio的功能

  • 靈活的基於Gradle的建構系統

  • 針對不同手機編譯多個版本的apk

  • 程式碼模板功能構建出各種常用的應用

  • 支援拖動編輯主題的富佈局編輯器

  • lint工具可以捕捉到應用的效能、可用性、版本衝突或者其他問題

  • 程式碼混淆和應用簽名功能

  • 內建 Google Cloud Platform 的支援,可以輕易的融入Google Cloud Messaging 和 App Engine支援

  • 還有更多

在 Ubuntu 15.04 上安裝 Android Studio

開啟terminal,輸入以下命令

sudo apt-add-repository ppa:paolorotolo/android-studio
sudo apt-get update
sudo apt-get install android-studio

如果要把Android Studio新增到啟動欄,你需要如下操作

開啟Android Studio,點選Configure選擇Create Desktop Entry,這樣Android Studio應該在dash中建立快捷方式了。

截圖


via: http://www.ubuntugeek.com/install-android-studio-on-ubuntu-15-04.html

作者:ruchi 譯者:NearTan 校對:wxy

本文由 LCTT 原創翻譯,Linux中國 榮譽推出

相關文章