Android Developers: Massively Improved ADT 14 and SDK Tools r14 Available for Preview

dgstorm

Editor in Chief
Staff member
Premium Member
Joined
Dec 30, 2010
Messages
10,991
Reaction score
3,961
Location
Austin, TX
android_logo-basic-head.jpg

Here's a great bit of news for our incredible community developers: there are some new preview versions of ADT 14 and SDK Tools r14 available for download now. Because these aren't the final versions, you have to download them manually, but they are still fully functional tools. Supposedly, there are some massive and much needed improvements to the toolset. Here's a quote from the AndroidPolice article with a few details,
When the final versions are released, you will be able to update ADT 14 and SDK Tools r14 using the SDK Manager, but for now in order to download and install them, you have to go through the installation process outlined over at the Tools site - after all, this is a preview release.
Here is the changelog:
  • Build system improvements
  • Library projects
  • Improved incremental builds. Resource compilation is run much less frequently. It is no longer run when strings are edited, or when layouts are edited(unless a new id is introduced), and it is no longer run once per library project.
  • Resource compilation is no longer done for normal save operations, only when running or debugging (option added in ADT 12 now on by default.)
  • There is a new "PNG crunch cache", which means image crunching is only done once, not once per build which is significant for projects with many resources
  • Incremental ant builds
  • ADT now uses bin/classes to output the java compilation and bin/ for Android specific classes. This will make bin show up in the package explorer.
  • DDMS
  • Brand new logcat view. Fixes bugs, displays and filters by application names instead of just pids, fronts when application runs.
  • SDK Manager: Revamped UI
  • XML Editing
  • New XML formatter which formats all XML files according to the standard Android coding style. The formatter can also reorder attributes to follow the recommended order.
  • Improved "smart indent": automatic indentation and un-indentation when pressing Return in XML editors
  • Go to Matching (Ctrl-Shift-P) in XML files can now jump between opening and closing tags
  • Changes made by the layout editor are automatically run through the new XML formatter.
  • Select Enclosing Element should now work on the Mac as well.
  • Java Editing
  • Quickfix for extracting Strings when the caret is inside a String
  • Layout Editor
  • Tooltip feedback for resizing and dragging operations. For example, when dragging in a relative layout, the proposed constraints are shown, and when resizing the new dimensions are shown.
  • New "Remove Container" visual refactoring which removes the children of a container up to the top level and transfers namespace and layout attributes if necessary.
  • Improved access to properties in the context menu: The most frequently set attributes for each view are listed at the top of the menu, and the properties menu offers access to the most recently set attributes, attributes organized by their defining view, and layout attributes only or all attributes alphabetically.
  • The context menu now also contains pull-right menus for accessing properties of the parents, which is useful when the children fully cover the parent making it hard to select on its own.
  • Ability to suppress rendering fidelity warnings.
  • Asset Studio integration: Wizard creation of launcher icons, menu icons, tab icons, etc.
  • The New Project and the New XML File wizards have been reworked into multiple pages. Sample Projects are now copied into the workspace such that they can be modified and deleted without affecting themaster copy.
  • Welcome wizard to help with initial setup of the Android development environment.
  • The dependency on Eclipse GEF was removed.
  • Many bug fixes and minor improvements, and in particular some critical bug fixes on Linux
Which of these features looks most exciting to you?

Source: AndroidPolice and Android.com
 
Top