Android Studio 是一个由谷歌创建的安卓开发环境,类似于 Eclipse,为开发和调试提供工具。最新的版本是 Android Studio 1.3,详细变化:http://android-developers.blogspot.co.uk/2015/07/get-your-hands-on-android-studio-13.html。
Ubuntu 安装命令:
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
在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
64位Ubuntu15.04安装Android Studio教程:http://www.linuxdiyf.com/linux/12081.html