1
0

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 1 year has passed since last update.

Android Studio を Chromebook にインストール

Last updated at Posted at 2023-09-29

ディスクサイズは、12.5GB 以上が必要です。
image.png

インストールの準備

sudo apt install snapd
sudo apt install squashfuse

一度 Linux を exit

設定を反映する為です。

sudo chown -R root:root /var

インストール

sudo snap install android-studio --classic
$ sudo snap install android-studio --classic
android-studio 2022.3.1.18 from Snapcrafters✪ installed

起動

$ android-studio 
CompileCommand: exclude com/intellij/openapi/vfs/impl/FilePartNodeRoot.trieDescend bool exclude = true
2023-09-29 15:58:24,897 [ 543233]   WARN - #c.i.d.PerformanceWatcherImpl - UI was frozen for 6508ms, details saved to /home/uchida/.cache/Google/AndroidStudio2022.3/log/threadDumps-freeze-20230929-155823-AI-223.8836.35.2231.10406996-6sec

image.png

image.png

1
0
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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?