1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Ubuntu 20.04LTS にandroid開発環境をインストールする

Posted at

はじめに

Ubuntu 20.04LTSにAndroid開発環境をインストールした手順をメモしておく。
以下のコマンドを順次実行する。

$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get install openjdk-11-jdk
$ sudo snap install android-studio --classic

android-studioの実行

android-studioを実行する(あとは適当なボタンを押し下げていればインストール完了です)。

$ android-studio

ok押し下げ。

スクリーンショット 2020-06-18 14-05-11.png

どちらか押し下げ。

スクリーンショット 2020-06-18 14-05-39.png

next押し下げ。

スクリーンショット 2020-06-18 14-06-10.png

next押し下げ。

スクリーンショット 2020-06-18 14-06-21.png

next押し下げ。

スクリーンショット 2020-06-18 14-06-45.png

next押し下げ。

スクリーンショット 2020-06-18 14-07-02.png

next押し下げ。

スクリーンショット 2020-06-18 14-07-11.png

next押し下げ。

スクリーンショット 2020-06-18 14-07-57.png

next押し下げ。

スクリーンショット 2020-06-18 14-08-59.png

next押し下げ。

スクリーンショット 2020-06-18 14-10-28.png

next押し下げ。

スクリーンショット 2020-06-18 14-10-48.png

おつかれさまでした。

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?