프로젝트 만들기
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
플랫폼용 Android 스튜디오를 사용하면 Android 오픈소스 프로젝트에서 쉽게 개발할 수 있습니다. 이 페이지에서는 Android 스튜디오 for Platform에서 새 Android 플랫폼 프로젝트를 시작하거나 기존 프로젝트를 가져오는 방법을 설명합니다.
열려 있는 프로젝트가 없으면 Android 스튜디오 for Platform 시작 화면에서 New를 클릭하여 새 프로젝트를 만듭니다.

프로젝트가 열려 있다면 ASfP > Project > New Project...를 선택하여 새 프로젝트를 만듭니다.
다음은 frameworks/native
및 platform_testing/tests/example/devcodelab
를 가져오는 예입니다.

- 저장소 체크아웃 경로를 지정합니다.
- 점심 타겟을 지정합니다.
- 프로젝트에 포함할 모듈 경로를 나열합니다. 쉼표로 구분하여 여러 모듈을 가져옵니다. 예를 들면
frameworks/native,platform_testing/tests/example/devcodelab
입니다.
- 프로젝트 이름을 지정합니다.
- Finish를 클릭합니다.
기존 프로젝트 가져오기
기존 로컬 프로젝트를 Android 스튜디오로 가져오려면 다음 단계를 따르세요.
- ASfP > Project >New Project...를 클릭합니다.
- 표시되는 창에서 가져오려는 프로젝트의 루트 디렉터리로 이동합니다.
- OK(확인)을 클릭합니다.
Android 스튜디오 for Platform은 새 IDE 창에서 프로젝트를 열고 콘텐츠의 색인을 생성합니다.
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 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,["Android Studio for Platform makes it easy to develop on the\n[Android Open Source Project](https://source.android.com/). This page explains\nhow to start a new Android platform project or import an existing project in\nAndroid Studio for Platform.\n\nIf you don't have a project opened, create a new project by clicking **New**\non the Android Studio for Platform welcome screen.\n\nIf you do have a project opened, create a new project by selecting **ASfP \\\u003e\nProject \\\u003e New Project...**\n\nConfigure your Project\n\nHere is an example that imports `frameworks/native` and\n`platform_testing/tests/example/devcodelab`:\n\n1. Specify the **path to your repo checkout**.\n2. Specify your **lunch target**.\n3. List the **module paths** you want to include in your project Import multiple modules by separating them with commas. For example: `frameworks/native,platform_testing/tests/example/devcodelab`.\n4. Specify a **project name**.\n5. Click **Finish**.\n\nImport an existing Project\n\nTo import an existing local project into Android Studio for Platform:\n\n1. Click **ASfP \\\u003e Project \\\u003eNew Project...**\n2. In the window that appears, navigate to the root directory of the project. you want to import\n3. Click **OK**.\n\nAndroid Studio for Platform opens the project in a new IDE window and\nindexes its contents."]]