archlinux 上安装android-studio
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash

·
因为android-studio在windows上是在运行的太慢,所以选择在arch邪教上安装
建议不要用pacman从源里安装,从源里安装的版本是3.0版本会有一系列的问题,可能是arch确实比较激进。
建议还是乖乖到官网上去下载2.2版本的,这个版本非常稳定,使用起来不会有任何问题。
下载下来zip压缩包,解压之后会得到一个android-studio的文件夹,进到bin目录下,执行命令
./studio.sh
如果没有安装SDK,会提示你安装,安装就好了。
如果安装结束最后提示你了一行红字SDK cant run
这是因为没有安装32位的Lib
进入/下的etc修改pacman.conf,在最后一行加入
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
[multilib]
Include = /etc/pacman.d/mirrorlist
保存退出后安装lib32-mesa
安装成功之后就可以顺利运行SDK了。
祝大家开发APP愉快。




A beautiful web dashboard for Linux
最近提交(Master分支:6 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
所有评论(0)