קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
Android Studio גרסה 0.2.x (יולי 2013)
- בוצע מיזוג של השינויים האחרונים בבסיס הקוד של IntelliJ. העדכון כולל תיקונים לבעיות שדווחו על ידי משתמשי Studio, כמו שינויים בגדלי הגופנים ב-Linux ובעיבוד הגופנים.
- הפלאגין של Android Gradle עודכן לגרסה 0.5.0.
זהירות: הגרסה החדשה הזו לא תואמת לאחור.
כשפותחים פרויקט שמשתמש בגרסה ישנה יותר של התוסף, מוצגת ב-Studio שגיאה עם הכיתוב Gradle <project_name> project refresh failed.
העדכון של Gradle plug-in כולל את השינויים הבאים:
- תוקן מודל IDE כך שיכיל את קובץ הפלט גם אם הוא מותאם אישית באמצעות DSL. בנוסף, בוצע תיקון ב-DSL כדי לקבל או להגדיר את קובץ הפלט באובייקט הווריאציה, כך שלא צריך להשתמש ב-
variant.packageApplication or variant.zipAlign
- תוקן תהליך ההחלטה לגבי תלות, כך שהשילוב של (הגדרת ברירת מחדל, סוגי build, טעמים) נפתר יחד במקום בנפרד.
- תוקנה תלות בבדיקות של פרויקט הספרייה כדי לכלול בצורה נכונה את כל התלויות של הספרייה עצמה.
- תוקן מקרה שבו לשני יחסי תלות יש אותו שם עלה.
- תוקנה בעיה שבה לא ניתן להחיל קובץ כללים של Proguard על גרסאות שונות של האפליקציה.
כל נתוני הגרסה של פלאגין Gradle זמינים כאן: http://tools.android.com/tech-docs/new-build-system.
- שגיאות Gradle מ-aapt כבר לא מצביעות על קובצי פלט שמוזגו בתיקייה build/, אלא מצביעות על מיקומי המקור האמיתיים.
- גרסאות Build מקבילות. עכשיו אפשר להשתמש ב-Gradle כדי ליצור כמה גרסאות build במקביל. חשוב לדעת שגרסאות build מקבילות נמצאות בשלב 'הכנה' (ראו מסמכי התיעוד של Gradle). תכונה זו מושבתת כברירת מחדל. כדי להפעיל את האפשרות הזו, עוברים אל העדפות > קומפיילר ומסמנים את התיבה Compile
independent modules in parallel (קומפילציה של מודולים עצמאיים במקביל).
- המשכנו לעבוד על מאגר המשאבים החדש שמשמש לעיבוד פריסות, לקיפול משאבים בעורך ועוד:
- תמיכה בסיסית בתלות בספריית .aar (למשל, שימוש בספרייה ללא עותק מקומי של המקורות). עדיין לא פועל לאימות XML של משאבים ולניווט בכלי עריכה של מקורות.
- זיהוי מעגלים חוזרים בהפניות למשאבים.
- האפשרות Quick Documentation (F1), שמאפשרת לראות את כל התרגומים של המחרוזת מתחת לסימן ^, מציגה עכשיו גם את כל שכבות-העל של המשאבים מכל הטעמים וסוגי ה-build של Gradle, וגם את הספריות. הם מופיעים בסדר הפוך של שכבות-על של משאבים, עם קו חוצה על הגרסאות של המחרוזת שמוסתרות.
- בוצעו תיקונים לטיפול בעדכון המשאבים הממוזגים כשמערך התלות של המודול משתנה.
- תיקונים של עיבוד XML כדי לטפל כראוי בהצהרות של ישויות תווים ובתווים מיוחדים ב-XML וב-Unicode.
- שמירת צילומי מסך תתאפשר בחלונות של התצוגה המקדימה של הפריסה ושל כלי העריכה של הפריסה.
- תיקוני באגים בתבניות.
- תיקוני באגים ב-Lint.
- ביצענו תיקונים שונים בדוחות קריסה. תודה, ונשמח לקבל עוד דוחות קריסה!
דוגמאות התוכן והקוד שבדף הזה כפופות לרישיונות המפורטים בקטע רישיון לתוכן. 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,["\u003cbr /\u003e\n\nAndroid Studio v0.2.x (July 2013)\n\n- Merged in the latest IntelliJ codebase changes. Includes fixes for issues reported by Studio users such as tweaks to Linux font sizes and font rendering.\n- Android Gradle plug-in updated to 0.5.0. **Caution:** This new version is not backwards compatible.\n When opening a project that uses an older version of the plug-in, Studio will show an error\n stating **Gradle \\\u003cproject_name\\\u003e project refresh failed.**\n\n The updated Gradle plug-in includes the following changes:\n - Fixed IDE model to contain the output file even if it's customized through the DSL. Also fixed the DSL to get/set the output file on the variant object so that it's not necessary to use `variant.packageApplication or variant.zipAlign`\n - Fixed dependency resolution so that we resolved the combination of (default config, build types, flavor(s)) together instead of separately.\n - Fixed dependency for tests of library project to properly include all the dependencies of the library itself.\n - Fixed case where two dependencies have the same leaf name.\n - Fixed issue where Proguard rules file cannot be applied on flavors.\n\n All Gradle plugin release notes are available are here: \u003chttp://tools.android.com/tech-docs/new-build-system\u003e.\n- Gradle errors from aapt no longer point to merged output files in the build/ folder, they point back to the real source locations.\n- Parallel Builds. It's now possible to use Gradle's parallel builds. Please be aware that parallel builds are in \"incubation\" (see [Gradle's\n documentation](http://www.gradle.org/docs/current/userguide/gradle_command_line.html).) This feature is off by default. To enable it, go to **Preferences** \\\u003e **Compiler** and check the box *Compile\n independent modules in parallel*.\n- Further work on the new resource repository used for layout rendering, resource folding in the editor, and more:\n - Basic support for .aar library dependencies (e.g. using a library without a local copy of the sources). Still not working for resource XML validation and navigation in source editors.\n - Cycle detection in resource references.\n - Quick Documentation (F1), which can show all translations of the string under the caret, will now also show all resource overlays from the various Gradle flavors and build types, as well as libraries. They are listed in reverse resource overlay order, with strikethrough on the versions of the string that are masked.\n - Fixes to handle updating the merged resources when the set of module dependencies change.\n - XML rendering fixes to properly handle character entity declarations and XML and unicode escapes.\n- Save screenshot support for the layout preview and layout editor windows.\n- Template bug fixes.\n- Lint bug fixes.\n- Various fixes for crash reports. Thank you, and keep filing crash reports!\n\n\u003cbr /\u003e"]]