안드로이드 개발 정보
(글 수 1,067)
점점 개발하기 좋아지는군요.
Layout Editor 에도 새로운 기능이 추가되고,
Jumbo 모드라는 것도 생겼네요.
물론.. 지금까지 상황상 ADT가 릴리지 되었다고 바로 사용할 수 는 없겠으나,
개발자 편의나 기존 빌드 문제를 개선하기 위한 이런 노력은 높이 사야할 것 같습니다.
자세한 것은 아래 내용을 참조하세요.
New in ADT 21 Preview 9
Preview 9 contains a number of bug fixes. In particular, the issue with visual artifacts during XML editing should finally be fixed.
In addition, it contains the following new features:
- Layout editor
- Multi-configuration editing. This is the feature previewed in the Google I/O developer tools talk in June. See https://www.youtube.com/watch?v=Erd2k6EKxCQ&feature=player_embedded#! (multi configuration editing starts at around 20m 30s.)
- Setting a fragment layout or a ListView preview layout is now applied not just to the current layout but to all other configurations of the same layout.
- Workaround for the Eclipse bug with the Property Sheet not working on OSX Mountain Lion
- Include resources from library projects in the resource chooser, in XML code completion, in Go To Declaration, etc.
- Improved stack trace display for exceptions generated during rendering by custom views
- Several new lint checks:
- ...
- Building
- There's a new flag to force "jumbo mode" for dex which allows a larger number of strings in the dex files; set
dex.force.jumbo=true
inproject.properties
- AVDs
- ....
점보 모드는 뭔가요? ADT 페이지 들어가봐야겠네 -ㅅ-)