0
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 (Flamingo)のセットアップ

Posted at

環境

  • OS: Windows 11 Home

事前準備

  • BIOSの設定で、Intel Virtualization Technology (VT-X)を有効にしておく
    • ∵AVD(エミュレータ)の高速実行のためのIntel HAXMインストールに必要
  • Windowsの設定「Windowsの機能の有効化または無効化」で、以下を有効にしておく
    • Windows ハイパーバイザープラットフォーム
    • 仮想化マシンプラットフォーム
    • ∵Intel HAXMインストールに必要

インストール手順

  • 以下からセットアップバイナリをダウンロードする
  • ダウンロードしたセットアップバイナリをダブルクリックしてインストールする

初期設定

Android Studio 起動後、以下を実行。

ビルド時の文字化け防止の設定

  • Help > Edit Custom VM Options を選択
  • 開いたファイルに以下を記載し、保存
-Dfile.encoding=UTF-8
  • Android Studio を再起動

ビルド等での詳細表示の設定

  • File > Settings を選択
  • Build,Execution,Deployment > Compiler を選択
  • Command-line Options: --stacktrace を指定

プラグインのインストール

  • File > Settings を選択
  • Plugins を選択
  • 必要なプラグインをインストール
  • 例: IdeaVim, Save Actions
0
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
0
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?