首页 > 系统 > Android > 正文

ubuntu install android studio

2019-11-07 23:18:13
字体:
来源:转载
供稿:网友

https://developer.android.google.cn/studio/install.html

If you are running a 64-bit version of Ubuntu, you need to install some 32-bitlibraries with the following command:

sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 libbz2-1.0:i386

If you are running 64-bit Fedora, the command is:

sudo yum install zlib.i686 ncurses-libs.i686 bzip2-libs.i686下载android studio

https://developer.android.google.cn/studio/index.html

下载完成后移动到自己需要放的目录下

解压出来

twy@twy-VirtualBox:~/android_studio$ unzip android-studio-ide-145.3537739-linux.zip 

打开文件 到bin目录下 启动studio.sh

运行android studio


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表