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

Android Studioの設定

Last updated at Posted at 2020-11-25

初めに

開発をしていく上で役に立ちそうなAndroid Studioの設定をまとめます。

環境

Android Studio 4.1.1
PC Windows 10

設定内容

##フォントサイズ・字体
File > Settings > Editor > Font
image.png

##未使用のimportの削除
File > Settings > Editor > General > Auto Import

  1. Optimize imports on the fly(for current project)にチェックを入れる
    image.png

##ショートカットの設定・確認
File > Settings > Keymap
image.png
キーボード ショートカット

##Logcatの色の変更
File > Settings > Editor > Android Logcat

  1. Inherit values from: Console→Standard outputのチェックを外す
  2. Foregroundの色を変更
    image.png

おまけ

設定内容をエクスポートしてほかの環境でインポートするには以下の方法で可能なので、
ファイル共有できる環境であれば一度設定してしまえば使いまわすことが可能です。
AndroidStudioの設定をエクスポートしてインポートする方法

最後に

他にやっておいた方がいい設定あれば、追加していきたいので、
コメントいただければと思います。

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