컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
Android 스튜디오 v0.2.x(2013년 7월)
- 최신 IntelliJ 코드베이스 변경사항이 병합되었습니다. Linux 글꼴 크기 및 글꼴 렌더링 조정 등 스튜디오 사용자가 신고한 문제의 수정사항이 포함되어 있습니다.
- Android Gradle 플러그인이 0.5.0으로 업데이트되었습니다.
주의: 이번 새 버전은 이전 버전과 호환되지 않습니다.
이전 버전의 플러그인을 사용하는 프로젝트를 열면 스튜디오에서 Gradle <project_name> project refresh failed라는 오류를 표시합니다.
업데이트된 Gradle 플러그인에는 다음 변경사항이 포함되어 있습니다.
- DSL을 통해 맞춤설정되었더라도 출력 파일을 포함하도록 IDE 모델을 수정했습니다. 또한 변형 객체에서 출력 파일을 가져오고 설정하여
variant.packageApplication or variant.zipAlign
을 사용할 필요가 없도록 DSL을 수정했습니다.
- 기본 구성, 빌드 유형, 버전을 따로 해결하지 않고 함께 해결하도록 종속 항목 해결 문제가 수정되었습니다.
- 라이브러리의 모든 종속 항목을 올바르게 포함하도록 라이브러리 프로젝트의 테스트 종속 항목을 수정했습니다.
- 두 종속 항목의 리프 이름이 동일한 문제를 수정했습니다.
- Proguard 규칙 파일이 버전에 적용되지 않는 문제를 수정했습니다.
모든 Gradle 플러그인 출시 노트는 http://tools.android.com/tech-docs/new-build-system에서 확인할 수 있습니다.
- aapt의 Gradle 오류가 더 이상 build/ 폴더의 병합된 출력 파일을 가리키지 않고 실제 소스 위치를 다시 가리킵니다.
- 병렬 빌드. 이제 Gradle의 병렬 빌드를 사용할 수 있습니다. 병렬 빌드는 아직 실험 단계입니다(Gradle 문서 참고). 이 기능은 기본적으로 사용 중지되어 있으며 사용하려면 Preferences > Compiler로 이동하여 Compile independent modules in parallel 체크박스를 선택하세요.
- 레이아웃 렌더링, 편집기에서 리소스 폴딩 등에 사용되는 새로운 리소스 저장소에 관한 추가 작업:
- .aar 라이브러리 종속 항목을 기본 지원합니다(예: 소스의 로컬 사본 없이 라이브러리 사용). 소스 편집기의 리소스 XML 유효성 검사 및 탐색에는 여전히 작동하지 않습니다.
- 리소스 참조에서 주기를 감지합니다.
- 캐럿 아래 문자열의 모든 번역을 표시할 수 있는 Quick Documentation(F1)에서 이제 다양한 Gradle 버전과 빌드 유형의 모든 리소스 오버레이뿐 아니라 라이브러리도 표시합니다. 리소스 오버레이 역순으로 나열되며 마스크된 문자열 버전 위에 취소선이 표시됩니다.
- 모듈 종속 항목 세트가 변경될 때 병합된 리소스 업데이트를 처리하도록 수정되었습니다.
- 문자 엔티티 선언과 XML 및 유니코드 이스케이프를 올바르게 처리하도록 XML 렌더링이 수정되었습니다.
- 레이아웃 미리보기 및 레이아웃 편집기 창에 스크린샷 저장 지원이 추가되었습니다.
- 템플릿의 버그가 수정되었습니다.
- Lint 버그가 수정되었습니다.
- 비정상 종료 보고서의 다양한 문제가 수정되었습니다. 비정상 종료 보고서를 계속 제출해 주세요.
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 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"]]