Loading...
For Developers: Live On The Edge - Upgrade To The Latest Eclipse ADT (Currently v9.0.0) Before It Is Released [How-To]
We, Android developers, spend our days staring at a computer screen, most likely at one of Eclipse's windows. Eclipse is an amazing IDE in theory, but it never quite feels complete and polished, mostly due to the fact that it's powered by open source enthusiasts and is based almost entirely on plugins (if you want to get it to do anything useful, that is).
Being Android developers, the plugin we are using every day is ADT - Android Development Tools, written by Google engineers, mostly @tornorbye and @droidxav who I've been conversing over twitter lately and annoying with filing numerous ADT bugs (hi, if you're reading!). ADT isn't quite perfect yet, but these guys are trying their best to perfect it every day. The culmination of their latest efforts was the release of ADT 8.0.0 last week, timed to come out at the same time as the Gingerbread SDK.
Version 8.0.0 introduced the new Layout Editor and fixed numerous bugs, among other things, but more bugs remained and more features were left desired. Are we to wait for Honeycomb or something even more distant for the next version of ADT? No way - I've been filing bugs left and right, saw some of them get fixed in days, and now want to use a version of ADT without them, while enjoying all the new stuff that gets added every day.
Rather than have us wait for months, the ADT dev team decided to start maintaining a bleeding edge, easily installable, hassle free package corresponding to a working ADT repository trunk. Sure, you can build ADT from source, but it's not a task every app developer would want to perform, plus you never know whether the trunk is in a good state or not. So, rather than wait for the next version to be released, just download and install it yourself - the whole process takes about 1 minute.
What's New In ADT 9.0.0-preview1?
The current version of ADT up on the download site is 9.0.0-preview1, which corresponds to the latest working trunk. The changes include, among other things, some of the bugs I've reported only this week, and it is especially awesome to be able to see the results so soon. I just love open source.
Looking at the changelist below, I'm mostly excited about the R.foo stuff I highlighted below. All I can say is, "finally!"
Here are more details on the Go To Declaration hyperlink support:
We can finally have XML auto-formatted when edited by the Layout Edit/or! Wooo (it's not exactly what I thought it would be, but I'll settle for this too):
Download/Install
Downloading and installing the latest ADT plugin is easy as pie:
- Download the latest release from this page (currently 9.0.0-preview1)
- Go to Eclipse > Help > Install New Software...
- Click Add...
- Click Archive... and select the zip you just downloaded
- Give it a name, say ADT-9.0.0-preview1 and press OK
- Follow the prompts, restart Eclipse, and voila - you are now running the latest and greatest (though, with some potential bugs)
And that's all, folks - enjoy! Thank you to the ADT team, specifically Tor and Xavier, for putting this together and maintaining the tools - you guys rock!
Source: @droidxav, @tornorbye