Deepin系统搭建Android开发环境
安装Android Studio
- 打开应用商店搜索Android Studio,然后安装它
软件商店安装.png
- 查看Linux系统信息
qfmx520@qfmx520-PC:~$ cat /proc/version
Linux version 4.15.0-30deepin-generic (pbuilder@zs-PC) (gcc version 6.3.0 20170516 (Debian 6.3.0-18 deb9u1)) #31 SMP Fri Nov 30 04:29:02 UTC 2018
qfmx520@qfmx520-PC:~$ uname -a
Linux qfmx520-PC 4.15.0-30deepin-generic #31 SMP Fri Nov 30 04:29:02 UTC 2018 x86_64 GNU/Linux
qfmx520@qfmx520-PC:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Deepin
Description: Deepin 15.10
Release: 15.10
Codename: stable
qfmx520@qfmx520-PC:~$ cat /etc/issue # 查看LInux版本信息
Deepin GNU/Linux 15.10 n l
qfmx520@qfmx520-PC:~$ cat /proc/cpuinfo # 查看cup信息
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 60
model name : Intel(R) Core(TM) i7-4710MQ CPU @ 2.50GHz
stepping : 3
microcode : 0x17
cpu MHz : 2531.300
cache size : 6144 KB
physical id : 0
siblings : 8
core id : 0
cpu cores : 4
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
## 这里节省很多信息
qfmx520@qfmx520-PC:~$
- 或者可以进入Android Studio官网下载Linux版本的https://developer.android.google.cn/studio#downloads 解压 tar zxvf android-studio-ide-191.5900203-linux.tar.gz
运行
代码语言:javascript复制cd android-studio/bin
./studio.sh
# 打开后选择先一步,选择第二个选项,手动配置sdk的安装位置,然后下一步会自动下载sdk
创建桌面快捷方式:如图
创建快捷方式.png
- 终端安装
sudo apt-get install android-studio