歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> Linux教程 >> 在Ubuntu 15.04下安裝Android Studio

在Ubuntu 15.04下安裝Android Studio

日期:2017/2/28 14:00:32   编辑:Linux教程

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,輸入以下命令

  1. sudo apt-add-repository ppa:paolorotolo/android-studio
  2. sudo apt-get update
  3. sudo apt-get install android-studio

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

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

截圖

Ubuntu 12.04(64位)安裝Android Studio 全過程 http://www.linuxidc.com/Linux/2013-05/84812.htm

Android Studio v0.1嘗鮮 http://www.linuxidc.com/Linux/2013-05/84681.htm

Android Studio使用教程 http://www.linuxidc.com/Linux/2013-05/84579.htm

Android Studio開發指南 http://www.linuxidc.com/Linux/2013-05/84543.htm

Android Studio設置主題 和 不支持中文的問題解決方法 http://www.linuxidc.com/Linux/2013-05/84488.htm

Android Studio 下載安裝以及不能打開的解決辦法 http://www.linuxidc.com/Linux/2013-05/84409.htm

Android Studio安裝使用圖文教程 http://www.linuxidc.com/Linux/2014-09/106914.htm

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

更多Ubuntu相關信息見Ubuntu 專題頁面 http://www.linuxidc.com/topicnews.aspx?tid=2

Copyright © Linux教程網 All Rights Reserved