aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/changes.txt
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2009-04-29 17:34:38 -0700
committerXavier Ducrohet <xav@android.com>2009-04-30 14:20:33 -0700
commit679c1a8d2dbe93510fe558ca8e63d61d57a076e5 (patch)
treed82f808c3211235374e2a99899d50cd27f80ec00 /eclipse/changes.txt
parent717660ace5da68b2be1394ddbe0a16e34ab80841 (diff)
downloadsdk-679c1a8d2dbe93510fe558ca8e63d61d57a076e5.zip
sdk-679c1a8d2dbe93510fe558ca8e63d61d57a076e5.tar.gz
sdk-679c1a8d2dbe93510fe558ca8e63d61d57a076e5.tar.bz2
Display the AVD manager wizard during launches where no compatible AVDs exist.
Diffstat (limited to 'eclipse/changes.txt')
-rw-r--r--eclipse/changes.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/eclipse/changes.txt b/eclipse/changes.txt
index 02d9075..e385e0c 100644
--- a/eclipse/changes.txt
+++ b/eclipse/changes.txt
@@ -1,4 +1,11 @@
-0.9.0 (work in progress)
+0.9.1:
+- Added an AVD creation wizard to ADT. It is automatically displayed during a launch if no compatible AVDs are found.
+- Fixed issue with libs/ folder where files with no extension would prevent the build from finishing.
+- Improved error handling during the final steps of the build to mark the project if an unexpected error prevent the build from finishing.
+- Fixed issue when launching ADT on a clean install would trigger org.eclipse.swt.SWTError: Not implemented [multiple displays].
+
+
+0.9.0:
- Projects now store generated Java files (R.java/Manifest.java and output from aidl) in a 'gen' source folder.
- Support for the new Android SDK with support for multiple versions of the Android platform and for vendor supplied add-ons.
* New Project Wizard lets you choose which platform/add-on to target.