Create a project
Stay organized with collections
Save and categorize content based on your preferences.
Android Studio for Platform makes it easy to develop on the
Android Open Source Project. This page explains
how to start a new Android platform project or import an existing project in
Android Studio for Platform.
If you don't have a project opened, create a new project by clicking New
on the Android Studio for Platform welcome screen.

If you do have a project opened, create a new project by selecting ASfP >
Project > New Project...
Here is an example that imports frameworks/native
and
platform_testing/tests/example/devcodelab
:

- Specify the path to your repo checkout.
- Specify your lunch target.
- 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
.
- Specify a project name.
- Click Finish.
Import an existing Project
To import an existing local project into Android Studio for Platform:
- Click ASfP > Project >New Project...
- In the window that appears, navigate to the root directory of the project.
you want to import
- Click OK.
Android Studio for Platform opens the project in a new IDE window and
indexes its contents.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-08-26 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-26 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."]]