On March 22nd a new revision of Android SDK was released:
The main improvements are described below to these lines:
- Emulator now supports accelerated graphics rendering.
- Added support for multi-touch input on emulator, using a USB tethered Android device.
- Added viewing of live detailed network usage of an app in DDMS
- Updated Pro-Guard tool to avoid some issues on the compiling process, and to improve the behaviour of the apps.
- Added a feature that allows you to run some code only in debug mode
- Added support for custom views with custom attributes in libraries
- Updated Lint to check Android application code
- Added support on Lint for checking library projects
There are a lot of useful updates on this new release of Android SDK Tools, and I hope that I will use them in a short period of time ;)