הגדרת אינטגרציה רציפה (CI)
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
מערכות שילוב רציף מאפשרות ליצור ולבדוק את האפליקציה באופן אוטומטי בכל פעם שמעדכנים את מערכת בקרת המקור. אתם יכולים להשתמש בכל כלי של אינטגרציה רציפה (CI) שיכול להתחיל גרסת build של Gradle כדי לבנות את הפרויקטים שלכם ב-Android Studio.
כדי להריץ בדיקות כחלק מה-build, צריך להגדיר את שרת השילוב הרציף לשימוש בAndroid Emulator או להשתמש ב-Firebase Test Lab כדי להריץ את הבדיקות.
למידע ספציפי על הגדרת אינטגרציה רציפה (CI) לפרויקט Android באמצעות Jenkins ו-Firebase Test Lab, אפשר לעיין במאמר תחילת הבדיקה באמצעות מערכות אינטגרציה רציפה (CI).
דוגמאות התוכן והקוד שבדף הזה כפופות לרישיונות המפורטים בקטע רישיון לתוכן. Java ו-OpenJDK הם סימנים מסחריים או סימנים מסחריים רשומים של חברת 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,["# Set up continuous integration\n\nContinuous integration systems let you automatically build and test your app\nevery time you check in updates to your source control system. You can use any\ncontinuous integration tool that can initiate a Gradle build to build your\nAndroid Studio projects.\n\nTo run tests as part of the build, you need to either configure\nyour continuous integration server to use the\n[Android Emulator](/studio/run/emulator-commandline) or use\n[Firebase Test Lab](https://firebase.google.com/docs/test-lab/)\nto run your tests.\n\nFor specific information about configuring continuous integration for your\nAndroid project using Jenkins and Firebase Test Lab, see\n[Start testing with continuous integration (CI)\nsystems](https://firebase.google.com/docs/test-lab/continuous).\n| **Note:** You must accept the license agreements for any packages your app requires on each machine where you build your app. If you have not installed Android Studio on your continuous integration server, you can [accept licenses from the\n| command line using\n| `sdkmanager`](/studio/command-line/sdkmanager#accept-licenses)."]]