How to Install Android Studio under Ubuntu 16.04 LTS (Xenial Xerus)

If you find difficulties installing Android Studio under Ubuntu 16.04.1 LTS (Xenial Xerus), you can follow this tutorial that will show you simple commands needed for the installation of the software.

如果发现在Ubuntu 16.04.1 LTS(Xenial Xerus)下安装Android Studio遇到困难,则可以按照本教程进行操作,该教程将向您显示安装该软件所需的简单命令。

As you know, Android Studio is a platform used by developers to create apps and games for smartphones and tablets running the Android OS.

如您所知,Android Studio是开发人员用来为运行Android操作系统的智能手机和平板电脑创建应用和游戏的平台

  • Android Studio Installation

To install Android Studio under Ubuntu 16.04 LTS, run these commands:

要在Ubuntu 16.04 LTS下安装Android Studio,请运行以下命令:

git clone https://github.com/ubuntu/ubuntu-make 
cd ubuntu-make 
bin/umake android

For Android NDK, you can install it as follows:

对于Android NDK,可以按以下方式安装它:

sudo apt-get install ubuntu-make 
umake android  android-ndk

From
http://www.upubuntu.com/2016/09/how-to-install-android-studio-under.html

发布了244 篇原创文章 · 获赞 122 · 访问量 30万+

猜你喜欢

转载自blog.csdn.net/qwfys200/article/details/104049686
今日推荐