2025년 3월 27일부터 AOSP를 빌드하고 기여하려면 aosp-main
대신 android-latest-release
를 사용하는 것이 좋습니다. 자세한 내용은 AOSP 변경사항을 참고하세요.
Android 코드 검색
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
Android 오픈소스 프로젝트(AOSP)는 Repo 도구를 사용하여 함께 관리되는 Git 저장소 모음으로 저장됩니다. 대부분의 Android 개발 도구(예: GitHub)는 체크아웃할 때 배치된 방식으로 소스 코드를 볼 수 없습니다. Android 코드 검색은 실제로 사용할 때 배치되는 대로 Android 소스 코드를 볼 수 있는 도구입니다.
Android 코드 검색을 사용하면 소스 코드의 한 부분을 클릭하여 다른 부분으로 이동할 수 있어 모든 AOSP에서 교차 참조를 쉽게 탐색할 수 있습니다.
이 탐색 방법을 통해 Android의 오픈소스 브랜치 간에 쉽게 전환할 수 있습니다.
Android 코드 검색은 Google 코드 검색과 비슷합니다. Google 코드 검색 사용에 관한 자세한 내용은 코드 검색 시작하기를 참고하세요.
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 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,["# Android Code search\n\nThe Android Open Source Project (AOSP) is stored as collection of Git\nrepositories, which are managed together using the\n[Repo](/docs/setup/reference/repo) tool. Most Android development tools (such as\nGitHub) can't see the source code the way that it's laid out when it's checked\nout. [*Android Code Search*](https://cs.android.com) is a tool that\nhelps you view the Android source code as it's laid out when you actually use\nit.\n\nAndroid Code Search makes it easy to navigate cross-references across all of\nAOSP by letting you to click through one part of the source code to another.\nThis method of navigation helps you switch between Android's open source\nbranches.\n\nAndroid Code Search is similar to Google Code Search. For more details on using\nGoogle Code Search, see\n[Getting started with Code Search](https://developers.google.com/code-search/user/getting-started)."]]