创建项目
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
借助 Android Studio for Platform,您可以轻松在 Android 开源项目上进行开发。本页介绍了如何在 Android Studio for Platform 中启动新的 Android 平台项目或导入现有项目。
如果您未打开任何项目,请在 Android Studio for Platform 欢迎屏幕上点击 New 创建新项目。

如果您已打开一个项目,请依次选择 ASfP > Project > New Project... 以创建新项目。
以下示例导入了 frameworks/native
和 platform_testing/tests/example/devcodelab
:

- 指定代码库签出的路径。
- 指定启动目标。
- 列出要包含在项目中的模块路径。如需导入多个模块,请使用英文逗号分隔它们。例如:
frameworks/native,platform_testing/tests/example/devcodelab
。
- 指定项目名称。
- 点击 Finish。
导入现有项目
如需将现有的本地项目导入 Android Studio 平台,请执行以下操作:
- 依次点击 ASfP > Project > New Project...
- 在显示的窗口中,导航到您要导入的项目所在的根目录。
- 点击确定。
Android Studio for Platform 会在新的 IDE 窗口中打开该项目,并为其内容编制索引。
本页面上的内容和代码示例受内容许可部分所述许可的限制。Java 和 OpenJDK 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-08-27。
[[["易于理解","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"]],["最后更新时间 (UTC):2025-08-27。"],[],[],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."]]