红联Linux门户
Linux帮助

Ubuntu下安装Android IDE开发工具Android Studio 1.5

发布时间:2015-12-03 10:36:12来源:linux网站作者:linux人

Android Studio 是一款 Android 开发环境工具,由 Google 公司创建,类似于 Eclipse 开发工具,提供用于开发和调试功能。

最近发布版本 Android Studio 1.5,详细发布信息请 版本变化。


安装有PPA可用,支持 Ubuntu 14.04/15.04及衍生版本,打开终端,输入以下命令:

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

sudo apt-get update

sudo apt-get install android-studio


卸载 android-studio 命令:

sudo apt-get remove android-studio


以上安装及卸载命令适用于最新Ubuntu 15.10版本。


ubuntu15.04下Android studio开发配置完全教程:http://www.linuxdiyf.com/linux/14284.html

Ubuntu上安装Android Studio 1.3(谷歌Android IDE开发):http://www.linuxdiyf.com/linux/13264.html

在64位ubuntu15.04中安装android studio开发环境:http://www.linuxdiyf.com/linux/12996.html

在Ubuntu 15.04里安装Visual Studio Code:http://www.linuxdiyf.com/linux/12987.html

在Ubuntu 15.04下安装Android Studio:http://www.linuxdiyf.com/linux/12723.html