Android 11 を入手する
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
Android 11 は以下の方法で入手できます。
- Google Pixel デバイス用の OTA アップデートまたはシステム イメージを入手する
- Android 11 を実行するように Android Emulator をセットアップする
- 資格要件を満たしている Treble 対応デバイス用の GSI システム イメージを入手する
テストと開発用に Android Studio をセットアップする方法については、SDK をセットアップするをご覧ください。
Pixel デバイスで Android 11 を入手する
対象となる Google Pixel デバイスをお持ちの場合は、Android のバージョンを確認して更新し、無線(OTA)で Android 11 を入手してください。
Pixel ダウンロード ページからお使いのデバイス用の Android 11 のシステム イメージを取得し、デバイスを手動でフラッシュすることもできます。一般的な手順については、システム イメージのフラッシュについてのページをご覧ください。この方法は、テストを細かく制御する必要がある場合に便利です(自動テストや回帰テストなど)。
ほとんどの場合、Android 11 に移行する際にデータを完全にリセットする必要はありませんが、デバイスを登録する前にデータをバックアップしておくことをおすすめします。
Android 11 の OTA とダウンロードは、Google Pixel の以下のデバイスで利用できます。
- Google Pixel 2 および 2 XL
- Google Pixel 3 および 3 XL
- Pixel 3a および Pixel 3a XL
- Pixel 4 および Pixel 4 XL
Android 11 を実行するように Android Emulator をセットアップする
Android 11 を実行するように Android Emulator を設定すると、新機能や API を調べたり、Android 11 の動作の変更点をテストしたりするのにとても便利です。エミュレータのセットアップは簡単です。エミュレータを使用すると、さまざまな画面サイズやデバイスの特性をエミュレートできます。
Android 11 を使用するように、Android Studio 内からエミュレータをセットアップできます。
- Android Studio の最新のプレビュー ビルドをインストールします。
- Android Studio で [Tools] > [SDK Manager] をクリックします。
- [SDK Tools] タブで Android Emulator の最新バージョンを選択し、[OK] をクリックします。これにより、最新バージョンがまだインストールされていない場合はインストールされます。
Android Studio で、[Tools] > [AVD Manager] をクリックし、手順に沿って新しい AVD を作成します。
必ず Pixel 2、3、3a、4、4a のデバイス定義と Android 11(API レベル 30)のシステム イメージを選択してください。デバイスの定義と一致する Android 11 システム イメージをまだインストールしていない場合は、[Release Name] の横にある [Download] をクリックして入手します。
AVD Manager の仮想デバイスのリストに戻ったら、新しい仮想デバイスをダブルクリックして起動します。
Android GSI でのテスト
Android の Generic System Image(GSI)バイナリは、Treble に対応しているデバイス上でアプリをテストして検証するデベロッパー向けに提供されています。このイメージを使用して Android 11 での互換性の問題に対処できるだけでなく、Android 11 が正式にリリースされる前に OS やフレームワークの問題を見つけて報告することができます。
デバイスの要件、書き込む手順、各デバイスに応じたイメージタイプの選択について詳しくは、GSI ドキュメントをご覧ください。GSI バイナリをダウンロードする準備ができたら、GSI リリースページの Android 11 GSI セクションをご覧ください。
このページのコンテンツやコードサンプルは、コンテンツ ライセンスに記載のライセンスに従います。Java および OpenJDK は Oracle および関連会社の商標または登録商標です。
最終更新日 2025-08-27 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-08-27 UTC。"],[],[],null,["You can get Android 11 in any of these ways:\n\n1. Get an OTA update or system image for a [Google Pixel device](#on_pixel)\n2. Set up an [Android Emulator](#on_emulator) to run Android 11\n3. Get a GSI system image for a [qualified Treble-compliant device](#on_gsi)\n\nFor instructions on how to set up Android Studio for testing and development,\nsee [Set up the SDK](/about/versions/11/setup-sdk).\n\nGet Android 11 on your Pixel device\n\nIf you have a qualified Google Pixel device, you can\n[check and update your Android version](https://support.google.com/pixelphone/answer/7680439)\nto receive Android 11 over the air.\n\nAlternatively, if you'd rather flash your device manually, you can get the\nAndroid 11 system image for your device on the\n[Pixel downloads page](https://developers.google.com/android/images).\nRead the general instructions for how to [flash a system\nimage](https://developers.google.com/android/images#instructions) to your\ndevice. This approach can be useful when you need more control\nover testing, such as for automated testing or regression testing.\n\nIn most cases, you don't need to do a full reset of your data to move to\nAndroid 11, but it's recommended that you back up data before enrolling\nyour device.\n\nAndroid 11 OTAs and downloads are available for the following Google Pixel\ndevices:\n\n- Pixel 2 and 2 XL\n- Pixel 3 and 3 XL\n- Pixel 3a and 3a XL\n- Pixel 4 and 4 XL\n\nSet up Android Emulator to run Android 11\n\nConfiguring the Android Emulator to run Android 11 is a great solution for\nexploring new features and APIs and testing with Android 11 behavior changes.\nSetting up the emulator is fast and convenient and allows you to emulate various\nscreen sizes and device characteristics.\n\nYou can set up an emulator with Android 11 from inside Android\nStudio:\n\n1. [Install the latest Preview build](/about/versions/11/setup-sdk#get-studio) of Android Studio.\n2. In Android Studio, click **Tools \\\u003e SDK Manager**.\n3. In the **SDK Tools** tab, select the latest version of **Android Emulator** , and click **OK**. This installs the latest version if it's not already installed.\n4. In Android Studio, click **Tools \\\u003e AVD Manager** and follow the instructions\n to [create a new AVD](/studio/run/managing-avds#createavd).\n\n Be sure to select a Pixel 2, 3, 3a, 4, or 4a device definition and an Android\n 11 (API level 30) system image. If you don't already have an Android 11 system\n image installed that matches your device definition, click **Download** next\n to the **Release Name** to get it.\n5. When you return to the list of virtual devices in the AVD Manager,\n double-click your new virtual device to launch it.\n\nTesting on Android GSI\n\nAndroid [Generic System Image (GSI)](/topic/generic-system-image) binaries\nare available to developers for app testing and validation purposes on supported\nTreble-compliant devices. You can use these images to address any compatibility\nissues with Android 11 as well as discover and report OS and\nframework issues before Android 11 is officially released.\n\nSee the [GSI documentation](/topic/generic-system-image) for device\nrequirements, flashing instructions, and information on choosing the right image\ntype for your device. Once you're ready to download a GSI binary, see the\n[Android 11 GSI section](/topic/generic-system-image/releases#android-gsi-11) on\nthe GSI releases page."]]