- サイトからのダウロード
Android Studio と SDK Tools のダウンロード | Android Developers - android-studio-ide-143.2739321-linux.zip 2016.04.25 22:11時点
- 任意の場所に解凍する。
例:~/android-studio - 任意の場所へ移動する。
$ cd android-studio/bin$
-
android-studioを起動する。
$ ~/android-studio/bin$ ./studio.sh
-
Launcherに登録する起動ファイル作成
$ cd ~ $ cd android-studio $ vi android.desktop
- 下記内容を記述する
[Desktop Entry] Type=Application Encoding=UTF-8 Name=AndroidStudio Comment=AndroidStudio Exec=/home/ユーザー名/android-studio/bin/studio.sh Icon=/home/ユーザー名/android-studio/bin/studio.png Terminal=false
- 権限を変更する
$ chmod 775 android.desktop
- 作成したファイルをLauncherへドラック&ドロップする
- 依存性の問題の可能性があるので、下記手順を行う。
$ sudo apt-get install -y lib32stdc++6