2025 年 3 月 27 日より、AOSP のビルドとコントリビューションには aosp-main
ではなく android-latest-release
を使用することをおすすめします。詳細については、AOSP の変更をご覧ください。
ビルド アーティファクトをダウンロードする
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
Android 継続的インテグレーション ダッシュボード(Android CI)は、Android オープンソース プロジェクト(AOSP)のビルドと Android プラットフォームに関連するその他のビルド(Generic System Image(GSI)のビルドや互換性テストスイート(CTS)のビルドなど)をホストするウェブベース ツールです。このダッシュボードを使用すると、自分の投稿が AOSP で利用可能になるタイミングを確認できます。図 1 に Android CI ダッシュボードを示します。
図 1. Android CI ダッシュボード
ダッシュボードの主な要素は次のとおりです。
- ビルドが行われる Git ブランチの名前。
- ターゲットのデバイス設定とビルド。
- ビルド バリアント(
user
、userdebug
、eng
のいずれか)。ビルド バリアントについて詳しくは、ターゲットを選択するをご覧ください。
- ビルドの一意の ID。
- Android CI ダッシュボードにある特定のビルドのページへの永続リンク。
- このビルドに含まれる変更へのリンク。変更内容は、ターゲットの行全体で同じになります。
- このビルドでダウンロードできるアーティファクトへのリンク。アーティファクトをダウンロードする手順については、ビルド アーティファクトをダウンロードするをご覧ください。
各行は、Android の自動ビルダーで行われるビルドを表します。各列は、ターゲットとバリアントの組み合わせを表します。各セルは、ビルドの現在の状態を示します。色は以下の状態を表します。
- 緑色は、成功したビルドを表します。
- 黄色は、まだ処理中のビルドを表します。
- グレーは、コンピューティング リソースを待機中で、まだ開始していないビルドを表します。
- スラッシュ付きのグレーは、利用できないビルドを表します。ターゲットはまだスケジュールが設定されていないか、有効でなくなったためビルドされません。
- 黒は、ビルド時間までの最大待ち時間を超えたために破棄されて、ビルドされなくなったビルドを表します。
ビルド アーティファクトをダウンロードする
ビルドが完了したら、以下の手順に沿ってビルド アーティファクトをダウンロードします。
- get_app(View artifacts)アイコンをクリックして [Build Artifacts] ページに移動します。
- アーティファクト名をクリックしてアーティファクトをダウンロードします。
このページのコンテンツやコードサンプルは、コンテンツ ライセンスに記載のライセンスに従います。Java および OpenJDK は Oracle および関連会社の商標または登録商標です。
最終更新日 2025-03-26 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-03-26 UTC。"],[],[],null,["# Download build artifacts\n\n| **Note:** With the [changes to AOSP](/docs/whatsnew/site-updates?year=2025#aosp-changes), the Continuous Integration (CI) system is no longer generating new builds for `aosp-main` or `aosp-main-with-phones`. The `aosp-android-latest-release` CI branch is updated with new builds at every new Android release.\n\nThe\n[*Android Continuous Integration dashboard (Android CI)*](https://ci.android.com/)\nis a web-based tool that hosts Android Open Source Project (AOSP) builds and\nother builds related to the Android platform, such as Generic System Image (GSI)\nand Compatibility Test Suite (CTS) builds. You can use the dashboard to identify\nwhen your contributions are available in AOSP. Figure 1 shows the Android\nCI dashboard:\n\n**Figure 1.** Android CI dashboard\n\nThe key elements of the dashboard are:\n\n1. The name of the Git branch where the builds happen.\n2. The target device configuration and build.\n3. The build variant which can be `user`, `userdebug`, or `eng`. For more information on build variants, see [Choose a target](/docs/setup/build/building#choose-a-target).\n4. The unique ID for the build.\n5. A permanent link to the specific build's page on the Android CI dashboard.\n6. A link to the changes included in this build. The changes are the same for an entire row of targets.\n7. Link to the artifacts that you can download for the build. For instructions on downloading artifacts, see [Download build artifacts](#download-artifacts)\n\nEach row represents a completed build on Android's automated builders. Each\ncolumn represents a target and variant combination. Each cell shows the current\nstate of a build. The colors represent the following states:\n\n- Green represents a successful build.\n- Yellow represents a build that is still in progress.\n- Gray represents a build that is awaiting compute resources and not yet started.\n- Gray with a slash represents a build that is unavailable; the target hasn't been scheduled yet or is no longer enabled and won't be built.\n- Black represents a build that has been abandoned because it crossed the maximum wait time to build duration and won't be built.\n\nDownload build artifacts\n------------------------\n\nAfter a built has completed, follow these steps to download build artifacts:\n\n1. Click get_app(**View artifacts**) to navigate to the Build Artifacts page.\n2. Click the artifact name to download the artifact."]]