透過集合功能整理內容
你可以依據偏好儲存及分類內容。
Android Studio 0.2.x 版 (2013 年 7 月)
這個頁面中的內容和程式碼範例均受《內容授權》中的授權所規範。Java 與 OpenJDK 是 Oracle 和/或其關係企業的商標或註冊商標。
上次更新時間: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"]],["上次更新時間:2025-08-27 (世界標準時間)。"],[],[],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"]]