※本サイトで紹介している商品・サービス等の外部リンクには、アフィリエイト広告が含まれる場合があります。

Android Studio Koala Feature Drop 安定板と Android Studio Ladybug Canary版

Android Studio Koala Feature Drop | 2024.1.2 が 2024/08/29 付でリリースされています。

リリースノートなどは以下から確認できます。
https://developer.android.com/studio/releases
https://android-developers.googleblog.com/2024/08/android-studio-koala-feature-drop-is-stable.html

New Feature はいくつか記載されていますが、個人的に気になった部分としては Gemini との統合が進んでいる点です。

なぜか Stable版のリリースノートからリンクがなさそうですが、Android Studio Koala Feature Drop を起動した後に表示される What’s New in Koala Feature Drop のところから確認できます。
(メニュー → Help → What’s New in Android Studio からでも確認できます。)

Code suggestions with Gemini in Android Studio

Provide custom prompts for Gemini in Android Studio to generate code suggestions. You can ask Gemini to simplify complex code by rewriting it, perform very specific code transformations such as “make this code idiomatic," or generate new functions you describe. Android Studio then shows you Gemini’s code suggestion as a code diff, so that you can review and accept only the suggestions you want.

Learn more

Analyze crash reports with Gemini in Android Studio

Use Gemini in Android Studio to analyze your App Quality Insights crash reports, generate insights, provide a crash summary, and when possible recommend next steps, including sample code and links to relevant documentation. Generate all of this information by clicking Show Insights in the App Quality Insights tool window in Android Studio after you enable Gemini from View > Tool Windows > Gemini.

Learn more


また、 Android Studio Ladybug Canary 版もすでにリリース済みです。
https://developer.android.com/studio/preview
https://developer.android.com/studio/preview/features

歴代のスプラッシュ画面一覧に追加しました。プレビュー版のダウンロードについても以下を参照ください。