A partire dal 27 marzo 2025, ti consigliamo di utilizzare android-latest-release anziché aosp-main per compilare e contribuire ad AOSP. Per ulteriori informazioni, vedi Modifiche ad AOSP.
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
La
dashboard Android Continuous Integration (Android CI)
è uno strumento basato sul web che ospita le build di Android Open Source Project (AOSP) e
altre build correlate alla piattaforma Android, come Generic System Image (GSI)
e Compatibility Test Suite (CTS). Puoi utilizzare la dashboard per identificare
quando i tuoi contributi sono disponibili in AOSP. La figura 1 mostra la dashboard CI di Android:
Figura 1. Dashboard CI Android
Gli elementi chiave della dashboard sono:
Il nome del ramo Git in cui vengono create le build.
La configurazione e la build del dispositivo di destinazione.
La variante di compilazione, che può essere user, userdebug o eng. Per ulteriori informazioni sulle varianti di build, consulta Scegliere una destinazione.
L'ID univoco della build.
Un link permanente alla pagina della build specifica nella dashboard CI di Android.
Un link alle modifiche incluse in questa build. Le modifiche sono le stesse per
un'intera riga di target.
Ogni riga rappresenta una build completata sui builder automatici di Android. Ogni
colonna rappresenta una combinazione di target e variante. Ogni cella mostra lo stato
attuale di una build. I colori rappresentano i seguenti stati:
Il verde indica una build riuscita.
Il giallo rappresenta una build ancora in corso.
Il grigio rappresenta una build in attesa di risorse di calcolo e non ancora
avviata.
Il colore grigio con una barra rappresenta una build non disponibile; la destinazione non è
ancora stata pianificata o non è più abilitata e non verrà creata.
Il nero rappresenta una build abbandonata perché ha superato il
tempo di attesa massimo per la durata della build e non verrà creata.
Scaricare gli artefatti della build
Una volta completata una build, segui questi passaggi per scaricare gli artefatti della build:
Fai clic su
get_app(Visualizza artefatti) per andare
alla pagina Artefatti build.
Fai clic sul nome dell'artefatto per scaricarlo.
I campioni di contenuti e codice in questa pagina sono soggetti alle licenze descritte nella Licenza per i contenuti. Java e OpenJDK sono marchi o marchi registrati di Oracle e/o delle sue società consociate.
Ultimo aggiornamento 2025-07-27 UTC.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-07-27 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."]]