Android 지속적 통합 대시보드 (Android CI)는 Android 오픈소스 프로젝트 (AOSP) 빌드와 일반 시스템 이미지 (GSI), 호환성 테스트 모음 (CTS) 빌드 등 Android 플랫폼과 관련된 기타 빌드를 호스팅하는 웹 기반 도구입니다. 대시보드를 사용하여 AOSP에서 내 기여가 언제 제공되는지 확인할 수 있습니다. 그림 1은 Android CI 대시보드를 보여줍니다.
그림 1. Android CI 대시보드
대시보드의 주요 요소는 다음과 같습니다.
빌드가 실행되는 Git 브랜치의 이름입니다.
타겟 기기 구성 및 빌드입니다.
빌드 변형입니다. user, userdebug, eng 중 하나일 수 있습니다. 빌드 변형에 관한 자세한 내용은 타겟 선택을 참고하세요.
빌드의 고유 ID입니다.
Android CI 대시보드의 특정 빌드 페이지에 대한 영구 링크입니다.
이 빌드에 포함된 변경사항에 연결되는 링크입니다. 변경사항은 전체 타겟 행에 동일합니다.
빌드에서 다운로드할 수 있는 아티팩트 링크입니다. 아티팩트 다운로드에 관한 안내는 빌드 아티팩트 다운로드를 참고하세요.
각 행은 Android 자동화 빌더의 완료된 빌드를 나타냅니다. 각 열은 타겟과 변형 조합을 나타냅니다. 각 셀에는 빌드의 현재 상태가 표시됩니다. 색상은 다음 상태를 나타냅니다.
녹색은 성공적인 빌드를 나타냅니다.
노란색은 아직 진행 중인 빌드를 나타냅니다.
회색은 컴퓨팅 리소스를 기다리고 있으며 아직 시작되지 않은 빌드를 나타냅니다.
빗금이 있는 회색은 사용할 수 없는 빌드를 나타냅니다. 타겟이 아직 예약되지 않았거나 더 이상 사용 설정되어 있지 않아 빌드되지 않습니다.
검은색은 최대 빌드 대기 시간을 초과하여 취소되었으며 빌드되지 않는 빌드를 나타냅니다.
빌드 아티팩트 다운로드
빌드가 완료되면 다음 단계에 따라 빌드 아티팩트를 다운로드합니다.
get_app(아티팩트 보기)를 클릭하여 빌드 아티팩트 페이지로 이동합니다.
아티팩트 이름을 클릭하여 아티팩트를 다운로드합니다.
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 Oracle 계열사의 상표 또는 등록 상표입니다.
최종 업데이트: 2025-07-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-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."]]