コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
Android Studio 2.1(2016 年 4 月)
このアップデートの主な変更は、Android N プレビュー版を使用した開発がサポートされるようになったことです。
<div class="android-updates-box">
<p><b>2.1.3 (August 2016)</b>
</p>
<p>
This update adds compatibility with Gradle 2.14.1, which includes performance
improvements, new features, and an important <a href=
"https://docs.gradle.org/2.14/release-notes#local-privilege-escalation-when-using-the-daemon"
class="external-link">security fix</a>. For more details, see the <a href=
"https://docs.gradle.org/2.14.1/release-notes" class="external-link">Gradle
release notes</a>.
</p>
<p>
By default, new projects in Android Studio 2.1.3 use Gradle 2.14.1. For
existing projects, the IDE prompts you to upgrade to Gradle 2.14.1 and
<a href="/studio/releases/gradle-plugin.html#revisions">Android plugin
for Gradle 2.1.3</a>, which is required when using Gradle 2.14.1 and
higher.
</p>
2.1.2(2016 年 6 月)
このアップデートには、いくつかの軽微な変更とバグ修正が含まれています。
- Instant Run のアップデートとバグ修正。
- LLDB パフォーマンスとクラッシュ通知の改善。
- Android Studio 2.1.1 セキュリティ アップデートで
git rebase
が失敗するようになった問題が修正されました。
2.1.1(2016 年 5 月)
セキュリティ リリースのアップデート。
Android N プラットフォームでは、Java 8 言語機能のサポートが追加されています。そのために、Jack と呼ばれる新しい試験運用版コンパイラが必要になります。現在のところ、Jack の最新バージョンをサポートしているのは、Android Studio 2.1 に限られます。したがって、Java 8 言語機能を使用する場合は、Android Studio 2.1 を使用してアプリをビルドする必要があります。
注: 現在 Instant Run と Jack コンパイラには互換性がないため、Jack コンパイラを有効にすると Instant Run は無効になります。
現在 Android Studio 2.1 は安定版ですが、Jack コンパイラはまだ試験運用版であり、build.gradle
ファイル内の jackOptions
プロパティで有効にする必要があります。
Android Studio 2.1 には、N プレビュー版をサポートするための変更以外に、軽微なバグ修正と以下の機能強化が含まれています。
- N デバイスやエミュレータを使用している場合に、実行 / デバッグ構成の [Debugger] タブで [Native] デバッガモードを選択すると、デフォルトで Java 対応 C++ デバッガが有効になります。
増分 Java コンパイルやプロセス内 dex 変換などのビルド機能の強化を利用する場合は、Android Plugin for Gradle をバージョン 2.1.0 に更新してください。
このページのコンテンツやコードサンプルは、コンテンツ ライセンスに記載のライセンスに従います。Java および OpenJDK は Oracle および関連会社の商標または登録商標です。
最終更新日 2025-09-03 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-09-03 UTC。"],[],[],null,["\u003cbr /\u003e\n\nAndroid Studio 2.1 (April 2016)\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nThe primary changes in this update provide support for development with the\nAndroid N Preview.\n\n\u003cbr /\u003e\n\n \u003cdiv class=\"android-updates-box\"\u003e\n \u003cp\u003e\u003cb\u003e2.1.3 (August 2016)\u003c/b\u003e\n \u003c/p\u003e\n \u003cp\u003e\n This update adds compatibility with Gradle 2.14.1, which includes performance\n improvements, new features, and an important \u003ca href=\n \"https://docs.gradle.org/2.14/release-notes#local-privilege-escalation-when-using-the-daemon\"\n class=\"external-link\"\u003esecurity fix\u003c/a\u003e. For more details, see the \u003ca href=\n \"https://docs.gradle.org/2.14.1/release-notes\" class=\"external-link\"\u003eGradle\n release notes\u003c/a\u003e.\n \u003c/p\u003e\n \u003cp\u003e\n By default, new projects in Android Studio 2.1.3 use Gradle 2.14.1. For\n existing projects, the IDE prompts you to upgrade to Gradle 2.14.1 and\n \u003ca href=\"/studio/releases/gradle-plugin.html#revisions\"\u003eAndroid plugin\n for Gradle 2.1.3\u003c/a\u003e, which is required when using Gradle 2.14.1 and\n higher.\n \u003c/p\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n**2.1.2 (June 2016)**\n\n\nThis update includes a number of small changes and bug fixes:\n\n- [Instant Run](/studio/run#instant-run) updates and bug fixes.\n- Improvements to LLDB performance and crash notifications.\n- Fixed a regression in the Android Studio 2.1.1 security update that caused `git rebase` to fail.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n**2.1.1 (May 2016)**\n\nSecurity release update.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nThe Android N platform adds support for [Java 8 language features](/studio/write/java8-support), which\nrequire a new experimental compiler called Jack. The latest version of Jack is\ncurrently supported only in Android Studio 2.1. So if you want to use Java 8\nlanguage features, you need to use Android Studio 2.1 to build your app.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n**Note:** [Instant Run](/tools/building/building-studio#instant-run)\nis disabled when you enable the Jack compiler because they currently are not\ncompatible.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nAlthough Android Studio 2.1 is now stable, the Jack compiler is still\nexperimental and you must enable it with the `jackOptions`\nproperty in your `build.gradle` file.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nOther than the changes to support the N Preview, Android Studio 2.1\nincludes minor bug fixes and the following enhancements:\n\n- The Java-aware C++ debugger is now enabled by default when you're using an N device or emulator and select **Native** debugger mode (in the **Debugger** tab for your run/debug configuration).\n\nFor other build enhancements, including incremental Java compilation\nand dexing-in-process,update your [Android plugin for\nGradle](/tools/revisions/gradle-plugin) to version 2.1.0.\n\n\u003cbr /\u003e"]]