LoginSignup
0
0

More than 3 years have passed since last update.

Android Studio 4.1 RC1で公式日本語パックの導入と文字化けを解消する

Posted at

はじめに

Android Studio 4.1系からIntelliJ IDEAのベースバージョンが2020.2に上がったので公式の日本語パックを導入できるようになりました。ですがランタイムが古く文字化けしてしまうので解消します。

image.png

手順とランタイムの最新バージョンは以下のリンクで確認できます。

ランタイムを変更する

  1. PluginsのMarketplaceタブからChoose Runtimeをインストールする。
    image.png
  2. Ctrl + Shift + AでFind Actionを開いてchooseを入力して絞り込む。
    image.png
  3. Choose Runtimeを開いて最新版のJetBrains Runtimeを選択する。
    • 現時点で1035.1が最新でした。
      image.png
  4. Android Studioを再起動する。

日本語パックをインストールする

  • PluginsのMarketplaceタブからJapanese Language Packをインストールする。
    image.png
  • Android Studioを再起動する。

以上で日本語パックを導入できます。
image.png

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