יצירת פרויקט
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
Android Studio for Platform מאפשר לפתח בקלות בפרויקט הקוד הפתוח של Android. בדף הזה מוסבר איך להתחיל פרויקט חדש בפלטפורמת Android או לייבא פרויקט קיים ב-Android Studio for Platform.
אם אין לכם פרויקט פתוח, אתם יכולים ליצור פרויקט חדש בלחיצה על New (חדש) במסך הפתיחה של Android Studio for Platform.

אם פרויקט פתוח, יוצרים פרויקט חדש על ידי בחירה באפשרות ASfP > Project > New Project...
לדוגמה, קוד שמייבא את frameworks/native
ואת platform_testing/tests/example/devcodelab
:

- מציינים את הנתיב אל התשלום של המאגר.
- מציינים את יעד ההשקה.
- מזינים את נתיבי המודולים שרוצים לכלול בפרויקט. כדי לייבא כמה מודולים, מפרידים ביניהם באמצעות פסיקים. לדוגמה:
frameworks/native,platform_testing/tests/example/devcodelab
.
- מציינים שם פרויקט.
- לוחצים על סיום.
ייבוא פרויקט קיים
כדי לייבא פרויקט מקומי קיים ל-Android Studio for Platform:
- לוחצים על ASfP > Project >New Project...
- בחלון שמופיע, עוברים אל ספריית הבסיס של הפרויקט שרוצים לייבא.
- לוחצים על אישור.
Android Studio for Platform פותח את הפרויקט בחלון חדש של סביבת פיתוח משולבת (IDE) ומבצע אינדקס של התוכן שלו.
דוגמאות התוכן והקוד שבדף הזה כפופות לרישיונות המפורטים בקטע רישיון לתוכן. Java ו-OpenJDK הם סימנים מסחריים או סימנים מסחריים רשומים של חברת 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."]]