Linux | Ubuntu 安装安卓开发环境(Android Studio)
【代码】Linux | Ubuntu 安装安卓开发环境(Android Studio)
·
下载安装包安装
下载
wget https://redirector.gvt1.com/edgedl/android/studio/ide-zips/2022.2.1.20/android-studio-2022.2.1.20-linux.tar.gz
解压
tar -zxvf android-studio-2022.2.1.20-linux.tar.gz -C /home/wy/dev/
安装
进入解压的目录
cd /home/wy/dev/android-studio/
ls -l
如下内容
总计 52
drwxrwxr-x 5 wy wy 4096 1月 1 2010 bin
-rw-rw-r-- 1 wy wy 27 1月 1 2010 build.txt
-rw-r--r-- 1 wy wy 1852 1月 1 2010 Install-Linux-tar.txt
drwxrwxr-x 6 wy wy 4096 1月 1 2010 jbr
drwxrwxr-x 5 wy wy 4096 1月 1 2010 lib
drwxrwxr-x 2 wy wy 4096 1月 1 2010 license
-rw-r--r-- 1 wy wy 11352 1月 1 2010 LICENSE.txt
-rw-r--r-- 1 wy wy 396 1月 1 2010 NOTICE.txt
drwxrwxr-x 65 wy wy 4096 1月 1 2010 plugins
-rw-rw-r-- 1 wy wy 5803 1月 1 2010 product-info.json
主要文件介绍
名称 | 作用 |
---|---|
Install-Linux-tar.txt | 安装向导 |
~/.config/Google/AndroidStudio4.1. | Android Studio 的设置存放的地方 |
~/.local/share/Google/AndroidStudio4.1 | 缓存存放的地方 |
运行
直接进入bin目录运行studio.sh文件
cd bin
./studio.sh
设置运行快捷方式(在启动其中存在快捷方式)
设置启动图标
sudo gedit /usr/share/applications/android-studio.desktop
输入以下内容
[Desktop Entry]
Type=Application
Name=Android Studio
Comment=Android Studio Integrated Development Environment
Icon=/home/wy/dev/android-studio/bin/studio.png
Exec=/home/wy/dev/android-studio/bin/studio.sh
Terminal=false
之后就可以通过点击图标启动
更多推荐
已为社区贡献5条内容
所有评论(0)