blob: 5c76898d6825ca90cff3ee9a93610161003d6daf [file] [log] [blame]
Xavier Ducrohet484e7f32010-11-17 15:17:59 -080019.0.0
2- Visual Layout Editor
Tor Norbye9f321db2011-01-10 19:45:35 -08003 - Empty layouts with 0,0 size are now automatically expanded when
4 selected and during drag and drop
5 - Rendering target can now be changed from the default (project
6 target)
7 - When choosing resources for rendering, the API level is properly
8 handled
Tor Norbyee14b92a2011-01-10 19:20:45 -08009 - Improved support for rendering <include> and <merge> views
Tor Norbye9f321db2011-01-10 19:45:35 -080010 - "Extract as Include" refactoring to extract selected views into
11 a separate included layout.
12 - String and reference properties can be edited from the layout
13 editor's context menu
14 - Rewritten outline drag & drop handling, improved label colors
15 and content
16 - The generated XML will be better formatted. Full XML formatter
17 can be enabled in the preferences (under Android > Editors), but
18 will touch part of the XML that isn't modified.
19 - Automatic configuration of many widgets on drop, such as
20 automatically filling a TextView in a vertical LinearLayout,
21 adding rows to new tables, etc.
22 - Double click views to jump to the corresponding XML declaration,
23 or for included views, to the included layout file
Tor Norbye6f147bd2011-01-17 22:25:54 -080024 - Improved support for various views (such as TabHosts and
25 SlidingDrawers) when rendered using Honeycomb
Tor Norbye9f321db2011-01-10 19:45:35 -080026- Go to Declaration hyperlinks for navigating from @resource
27 references to their XML declarations, from the manifest file to
28 activity and service classes, from Java access of resource R fields
29 to the XML declarations, etc.
Xavier Ducrohet5e9522e2011-01-06 18:02:13 -080030- Logcat view in DDMS now properly displays UTF-8 characters.
31
Xavier Ducrohet3e7d21a2010-12-07 12:16:53 -0800328.0.1:
Tor Norbye9f321db2011-01-10 19:45:35 -080033- Fix compilation issue in Android projects referencing standard Java
34 projects.
Xavier Ducrohet3e7d21a2010-12-07 12:16:53 -080035- Better error reporting when exporting applications for release.
36
Xavier Ducrohetfb8fb872010-09-07 13:18:31 -0700378.0.0
38- New version number scheme following the SDK Tools revision number.
Tor Norbye9f321db2011-01-10 19:45:35 -080039- Support for true debug build. No need to change the value of
40 debuggable in the Android Manifest. Incremental build will
41 automatically insert debuggable==true while using the "export
42 signed/unsigned application package" will not. If debuggable=true
43 is set, then release builds will actually do a debug build.
44- Automatic Proguard support in release builds. Only need to have a
45 proguard.config property in default.properties that points to a
46 proguard config file.
47- Completely rewritten Visual Layout Editor. This is very much a work
48 in progress.
49 - full drag and drop from palette to layout for all Layout
50 classes.
51 - Move widgets inside a Layout view, from one Layout view to
52 another and from one layout file to another.
Xavier Ducroheta15a4dd2010-10-18 14:22:33 -070053 - Contextual menu with enum/flag type properties.
54 - New zoom controls.
55- New HierarchyViewer plug-in integrated in Eclipse.
Tor Norbye9f321db2011-01-10 19:45:35 -080056- Android launch configurations don't recompile the whole workspace on
57 launch anymore.
Xavier Ducroheta15a4dd2010-10-18 14:22:33 -070058- android.jar source and javadoc location can now be configured.
Xavier Ducrohetfb8fb872010-09-07 13:18:31 -070059
Xavier Ducrohet6f43b412010-09-24 07:19:37 -0700600.9.9:
Tor Norbye9f321db2011-01-10 19:45:35 -080061- Fix bug where ADT would delete the source folder of projects
62 imported from version control.
Xavier Ducrohetfb8fb872010-09-07 13:18:31 -070063
Xavier Ducrohet6d092a42010-06-09 11:23:57 -0700640.9.8:
Tor Norbye9f321db2011-01-10 19:45:35 -080065- New Action "Rename Application Package" (under the "Android Tools"
66 contextual menu) will do a full application package refatoring.
67- Fixed issue with library project names containing characters that
68 aren't compatible with Eclipse path variable. The link between the
69 main project and the library would fail to create.
70- Added support for library projects that don't have a source folder
71 called "src". There is now support for any number of source folder,
72 with no name restriction. They can even be in sub folder such as
73 "src/java".
Xavier Ducrohetb4e47552010-07-01 18:01:43 -070074- Added support for libraries with library dependencies.
Tor Norbye9f321db2011-01-10 19:45:35 -080075- added support for new resource qualifiers: car/desk, night/notnight
76 and navexposed/navhidden
77- Added more device screen types for the layout editor. All screen
78 resolution/density combinations from
79 http://developer.android.com/guide/practices/screens_support.html#range
80 is now available.
Xavier Ducrohet6d092a42010-06-09 11:23:57 -070081
Xavier Ducroheteee4bf12010-03-17 11:47:43 -0700820.9.7:
83- Support for library projects
Tor Norbye9f321db2011-01-10 19:45:35 -080084- Updated Property panel for Android project to edit library
85 dependencies.
Xavier Ducroheteee4bf12010-03-17 11:47:43 -070086
Xavier Ducrohet4055c2a2009-12-04 17:55:30 -0800870.9.6:
Tor Norbye9f321db2011-01-10 19:45:35 -080088- Editing default.properties outside of eclipse will automatically
89 update the project
90- Fix issue when launching ADT the first time with the SDK Usage panel
91 that could create a deadlock between modal dialogs
92- Launched applications from ADT now behave as if they were clicked
93 from the Home screen of the emulator.
Xavier Ducrohet4055c2a2009-12-04 17:55:30 -080094- AVD creation dialog now enforce sd card of 9MB or higher
Tor Norbye9f321db2011-01-10 19:45:35 -080095- Fixed issue where add-on with no optional library would not show up
96 as valid targets for application launches.
97- Loads the SDK content only when a project requires it. This will
98 make Eclipse use less resources when the SDK contains many versions
99 of Android.
Xavier Ducrohet244d1812009-12-08 16:05:19 -0800100- DDMS plug-in now contains the Allocation Tracker view.
Tor Norbye9f321db2011-01-10 19:45:35 -0800101- Lots of fixes in the configuration selector of the Visual Layout
102 Editor.
103- Explode mode in the Visual Layout Editor adds a margin to all layout
104 objects so that it's easier to see embedded layouts
105- Outline mode in the Visual Layout Editor draws layout outline to
106 make it easier to see layout objects.
Xavier Ducrohete83bdbb2010-01-25 16:36:29 -0800107- Fixed issues with the New Project Wizard when selecting samples.
108- Fixed possible crash when launching applications
Tor Norbye9f321db2011-01-10 19:45:35 -0800109- New action in the Logcat view: "Go to problem" lets you go directly
110 from an exception trace output to the code.
Xavier Ducrohet4055c2a2009-12-04 17:55:30 -0800111
1120.9.5:
Tor Norbye9f321db2011-01-10 19:45:35 -0800113- Misc fixes in the SDK Updater
Xavier Ducrohet4055c2a2009-12-04 17:55:30 -0800114
Raphaelc70406f2009-10-02 19:41:49 -07001150.9.4:
116- New "Create project from sample" choice in the New Project Wizard.
Xavier Ducrohet4055c2a2009-12-04 17:55:30 -0800117- Improvements to the SDK Updater.
118- improvements to the AVD Manager (creation and launch dialogs)
119- new configuration selector in the Graphical Layout Editor
Raphaelc70406f2009-10-02 19:41:49 -0700120
Xavier Ducrohetc364a522009-08-25 20:01:56 -07001210.9.3:
Raphael7b9b3d12009-05-07 19:27:46 -0700122- New wizard to create Android JUnit Test Projects.
Xavier Ducrohetba7dd922009-07-22 17:39:44 -0700123- New AVD wizard.
124- SDK Updater
Xavier Ducrohetc364a522009-08-25 20:01:56 -0700125- zipalign support
Raphael7b9b3d12009-05-07 19:27:46 -0700126
Xavier Ducrohet679c1a82009-04-29 17:34:38 -07001270.9.1:
Tor Norbye9f321db2011-01-10 19:45:35 -0800128
129- Added an AVD creation wizard to ADT. It is automatically displayed
130 during a launch if no compatible AVDs are found.
131- Fixed issue with libs/ folder where files with no extension would
132 prevent the build from finishing.
133- Improved error handling during the final steps of the build to mark
134 the project if an unexpected error prevent the build from finishing.
135- Fixed issue when launching ADT on a clean install would trigger
136 org.eclipse.swt.SWTError: Not implemented [multiple displays].
137
Xavier Ducrohet679c1a82009-04-29 17:34:38 -0700138
139
1400.9.0:
Tor Norbye9f321db2011-01-10 19:45:35 -0800141
142- Projects now store generated Java files (R.java/Manifest.java and
143 output from aidl) in a 'gen' source folder.
144- Support for the new Android SDK with support for multiple versions
145 of the Android platform and for vendor supplied add-ons.
146 * New Project Wizard lets you choose which platform/add-on to
147 target.
148 * Project properties (right click project in Package Explorer,
149 then "Properties"), lets you edit project target.
150 * New Launch configuration option to choose debug deployment
151 target.
152- Ability to export multiple apk from one project, using resource
153 filters. See the 'android' property for Android projects.
154- Support for running JUnit tests on a device/emulator from a new
155 "Android JUnit tests" launch configuration.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800156
1570.8.1:
158
Tor Norbye9f321db2011-01-10 19:45:35 -0800159- Alternate Layout wizard. In the layout editor, the "create" button
160 is now enabled to easily create alternate versions of the current
161 layout.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800162- Fixed issue with custom themes/styles in the layout editor.
Tor Norbye9f321db2011-01-10 19:45:35 -0800163- Export Wizard: To export an application for release, and sign it
164 with a non debug key. Accessible from the export menu, from the
165 Android Tools contextual menu, or from the overview page of the
166 manifest editor.
167- New XML File Wizard: To easily create new XML resources file in the
168 /res directory.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800169- New checks on launch when attempting to debug on a device.
Tor Norbye9f321db2011-01-10 19:45:35 -0800170- Basic support for drag'n'drop in Graphical layout editor. You can
171 add new items by drag'n'drop from the palette. There is no support
172 for moving/resizing yet.
173- Undo/redo support in all XML form editors and Graphical layout
174 editor.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800175
1760.8.0:
177
Tor Norbye9f321db2011-01-10 19:45:35 -0800178- Fixed issue with using custom classes implementing Parcelable in
179 aidl files. Right click the project and choose Android Tools >
180 Create aidl preprocess file for Parcelable Classes.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800181- Added Custom Themes to theme drop down in the layout editor.
182- Customizable debug signing keystore path in preferences
183- Customizable HOME package name.
184
1850.7.1:
186
187- Layout Editor.
188
1890.6.1:
Tor Norbye9f321db2011-01-10 19:45:35 -0800190- Fixed install issue when project name contains spaces (requires new
191 emulator image)
192- Fixed setup of the New class wizard in the manifest (when clicking
193 on "name" for a class attribute) in the cases where the class and
194 some of its parent packages were missing.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800195- Properly kill the application that is about to be reinstalled.
Tor Norbye9f321db2011-01-10 19:45:35 -0800196- Create missing android folder automatically when building
197 application (caused a signing error)
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800198- Manifest editor: support for uses-library node
199- Fixed NPE in editors.xml.descriptors.XmlDescriptors.createPreference
200- Fixed assert in MultiEditorPart.setActivePage
Tor Norbye9f321db2011-01-10 19:45:35 -0800201- Fixed "connect to debugger" button in DeviceView. Also fixed support
202 for custom process names.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800203
2040.6.0:
205
Tor Norbye9f321db2011-01-10 19:45:35 -0800206- New launch option for activity. Can choose to launch default
207 activity (finds an activity configured to show up in the home
208 screen), or specific activity, or none.
209- Normal java resources (non java files placed in package folders) are
210 now properly packaged in the final package, and can be accessed
211 through normal java API such as ClassLoader.getResourceAsStream()
212- Launch configuration now has an option to wipe emulator data on
213 launch. This always asks for confirmation.
214- Launch configuration now has an option to disable the boot
215 animation. This will let the emulator start faster on older
216 computers.
217- Applications are now signed with a debug key (stored in
218 debug.keystore in ~/.android).
219- Installation of application is now more robust and will notify of
220 installation failure. Also installation is blocking, removing issues
221 where ADT tried to launch the activity before the app was installed.
222- Tree-based resource editor + content assist in XML editor for
223 layout, menu, preferences, values xml files. Work in progress...
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800224
225
2260.4.0 (adt 0.4.0, ddms 0.3.0, editors 0.2.0, common 0.1.0)
227
228- New AndroidManifest editor.
Tor Norbye9f321db2011-01-10 19:45:35 -0800229- True multiple device support allowing debugging apps on several
230 device at the same time
231- New launch modes for device selection: automatic will launch an
232 emulator if no device are present, automatically target the device
233 if only one exists, and prompt the user if 2+ are connected. Manual
234 mode always prompt the user.
235- New classpath container remove the dependencies on the location of
236 android.jar making it easier to share a project through dsvn, cvs,
237 etc... You should fix your project (right click project, choose
238 Android > Fix Project properties)
239- Fixed a case where pm would fail and would up end outputting the
240 "usage" text, which would in turn confuse the plugin during parsing.
241- Fixed an issue with compiling aidl file when they import project
242 local files.
243
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800244
2450.3.4 (adt 0.3.4, ddms 0.2.3, editors 0.1.0)
246
247Internal release only.
248- Enabled device support.
249
2500.3.3 (adt 0.3.3, ddms 0.2.3, editors 0.1.0)
251
252- Support for referenced projects.
Tor Norbye9f321db2011-01-10 19:45:35 -0800253- During launch, display if a package conflict occurs when the new
254 application is pushed onto the device.
255- You can now change the font of the logcat view. Also indentation is
256 now properly displayed.
257- Plugin generated files are now properly marked as derived. This will
258 make Team plugins ignore them.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800259
2600.3.2
261
262- XML Highlighting for AndroidManifest.xml (requires WebTools WST plugin)
Tor Norbye9f321db2011-01-10 19:45:35 -0800263- Custom java editor for R.java/Manifest.java to make those files non
264 editable. This is to replace the current locking mechanism which
265 causes issues on Mac OS.
266- Fixed some issue in the "Restart adb" feature in the device view of
267 ddms.
268- Better handling of aidl files and the java files generated from
269 them.
270- Plugin now retries to launch the app on the emulator if it fails due
271 to timing issues.
272- Skin dropdown in the Emulator/Target tabs is now build from the
273 content of the skin directory, to support developer made skins.
274- Emulator control panel. This is a UI on top of the emulator
275 console. it allows you to change the state of the network and gsm
276 connection, and to initiate incoming voice call.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800277
2780.3.1
279
Tor Norbye9f321db2011-01-10 19:45:35 -0800280- Fixed issue on winXP/Eclipse 3.2 where errors in the New Project
281 Wizard would not display.
282- Added missing intent definition in the AndroidManifest.xml file
283 created by the New Project Wizard.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800284- Fixed possible NPE in the debug action from the Process View
285- Support for Eclipse 3.4
286
2870.2.6 / 0.3.0
288
289- New Project Wizard now makes it easy to open Android sample code
Tor Norbye9f321db2011-01-10 19:45:35 -0800290- Plugin will output a warning if the build id of the device/emulator
291 does not match the sdk build id.
292- Java/Debug/ddms perspective now contains direct menus to open some
293 of the ddms views, and to create a new android project. This will
294 require you to reset your perspectives.
295- Error during builds now put an error marker on the project instead
296 of displaying an (annoying) dialog box.
297- Custom builders now remember their build state when restarting
298 eclipse.
299- Properly parse some aapt warnings and don't abort the build when
300 they happen.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800301- Abort launch and prompt the user if the project contains errors.
302- New silent/normal/verbose build output.
303
3040.2.5
305
Tor Norbye9f321db2011-01-10 19:45:35 -0800306- Check compiler compliance level before compilation and abort if
307 different from 1.5
308- Fix Project Properties will fix the project compiler compliance if
309 needed.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800310- Fixed an issue with multiple source folders.
Tor Norbye9f321db2011-01-10 19:45:35 -0800311- Added support for new Manifest.java class (it is automatically
312 generated with R.java if the content of the AndroidManifest.xml
313 requires it)
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800314- Fixed an issue that could result in not packaging code changes.
Tor Norbye9f321db2011-01-10 19:45:35 -0800315- Automatic fix of the Launch Configurations when the java package in
316 the manifest is changed. Also improved Launch Config dialog and
317 error alert for erroneous activity names in the Launch
318 Configuration.
319- Support for external jars that are not under the project root
320 directory.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800321- New projects have a default layout.
322- Misc fixes for Windows support.
323
3240.2.4
325
Tor Norbye9f321db2011-01-10 19:45:35 -0800326- Fixed large resource corruption issue.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800327
3280.2.3
329
Tor Norbye9f321db2011-01-10 19:45:35 -0800330- Fixed issue related to the integration of dx.
331- Fixed issue related to the package generation that was modified for
332 windows support.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800333
3340.2.2
335
Tor Norbye9f321db2011-01-10 19:45:35 -0800336- Changing the SDK location in the Preferences does not require to
337 restart Eclipse anymore.
338- New SDK-Project sync mode in Android preference pane. Default value
339 set to true. If true, all android projects are automatically sync'ed
340 to the SDK defined in the preferences.
341- Cases where no emulator is running but a dialog still says "An
342 emulator is running..." should be less frequent.
343- Projects do not reference the standard desktop JRE anymore, as
344 android.zip contains the core java library. This will solve the case
345 where using a core class non present on the platform would not
346 generate a compilation error.
347- Changing the package defined in the manifest now deletes the R.java
348 class from its previous location. This will require 1 build after
349 upgrading the plugin, before it works.
350- Project selection in the Launch Config Dialog now only shows Android
351 projects.
352- Launching a debug/run session now checks that the project uses the
353 SDK set in the preferences (This is for the non automatic sync
354 mode).
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800355- Removed obsolete wallpaper mode in the New Project Creation Wizard.
Tor Norbye9f321db2011-01-10 19:45:35 -0800356- dx (dalvik code conversion tool) now embedded instead of calling the
357 external version.
358- Improvements in the parsing of the aapt errors.
359- Some fixes for windows support.
360
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800361
3620.2.1
363
Tor Norbye9f321db2011-01-10 19:45:35 -0800364- Fixed bug in logcat search where invalid regexp would cause a crash
365- Minor improvements to the build/launch process.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800366
3670.2.0
368
369- Logcat view.
370- File Explorer view.
Tor Norbye9f321db2011-01-10 19:45:35 -0800371- Custom options for emulator. In the Launch configuration dialog you
372 can specify custom command line emulator options. See
373 "emulator -help" for available options.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800374- Android Tools > Export Application Package is now implemented.
375- Misc incremental builder fixes.
Tor Norbye9f321db2011-01-10 19:45:35 -0800376- Including static .jar files as library in your project will
377 automatically include them in the final APK. Warning: only the
378 .class content is included.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800379
3800.1.10
381
Tor Norbye9f321db2011-01-10 19:45:35 -0800382- The res and assets folders now fully refresh before the build,
383 ensuring R.java and packaged resources are always up to date. This
384 can be disabled in the preferences under "Android" if this becomes
385 slow due to too many files.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800386
3870.1.9
388
Tor Norbye9f321db2011-01-10 19:45:35 -0800389- New Action in the "Processes" view to debug an application that is
390 already running. The source project for this application MUST be
391 opened in the current workspace.
392- Building the project now force refreshes the res folder. This should
393 help rebuilding the resources when only binary files were changed
394 from outside eclipse.
395- Clean/full builds now compile all aidl files found in the build path
396 (previously only incremental builds would compile them). Also, misc
397 improvements to the incremental builders.
398- Starting a run/debug session now asks to save the files and forces a
399 new build to ensure that the latest package is pushed on the device.
400- Plugin should be less aggressive when waiting for the emulator to be
401 ready. This should translate in fewer failed launches.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800402
4030.1.8
404
405- Fixed Debugger issue introduced in 0.1.6
Tor Norbye9f321db2011-01-10 19:45:35 -0800406- Added Log level preferences for DDMS. Look under Android > DDMS >
407 Advanced. Default error level is Error.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800408
4090.1.7
410
Tor Norbye9f321db2011-01-10 19:45:35 -0800411- Fixed issue where java warnings wouldn't trigger a new package. Now
412 only errors stop the packaging like it should be.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800413- Added more error output in the console during launch.
414
4150.1.6
416
Tor Norbye9f321db2011-01-10 19:45:35 -0800417- New "Android" Console. It receives the error output from external
418 tools such and aidl, dx, and aapt (only when they can't be
419 parsed). Any error force the console to be displayed.
420- The Activity Manager on the device/emulator now outputs some
421 messages in the "Android" console when asked to start an
422 activity. This should help you figure out what is wrong if the
423 application doesn't start.
424- Fixed a case where the .apk file would be updated with broken
425 code. Now if there are java compile error, the .apk is not touched.
426- Added support for manifest with non fully qualified activity java
427 name, yet not starting with a dot.
428- Fixed creation of manifest files (through New Project wizard) to use
429 proper namespace for attributes.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800430- Better error reporting for namespace issue in the manifest.
Tor Norbye9f321db2011-01-10 19:45:35 -0800431- "Reset Adb" action from the device view. Use this is the plugin
432 tells you an emulator is running when there are none.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800433- New "ddms" Console which receives the standard output of ddms.
434
4350.1.5
436
437- Support for new activity declaration inside AndroidManifest.xml
Tor Norbye9f321db2011-01-10 19:45:35 -0800438- fixed issue that prevented bin/ to be removed from the buildpath
439 when converting project.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800440
4410.1.4
442
Tor Norbye9f321db2011-01-10 19:45:35 -0800443- Changes in the Manifest, now properly trigger a new package of the
444 resources.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800445
4460.1.3
447
Tor Norbye9f321db2011-01-10 19:45:35 -0800448- Fixed the "fix project properties" action to remove old framework
449 libraries, just not add new ones.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800450
4510.1.2
452
Tor Norbye9f321db2011-01-10 19:45:35 -0800453- aidl builder. The Android Resources PreBuilder now also converts
454 aidl files into java files.
455- New Project wizard now allows to make Wallpaper activities instead
456 of gadgets (which are obsolete.)
457- Launch shortcuts. Right click in the package explorer allow you to
458 launch the application in debug or run mode directly without
459 creating launch configurations.
460- New project wizard and Project conversion now sets up the java doc
461 path for android.zip
462- Package builder now supports custom application assets placed in
463 assets/ (which is now created automatically by the New Project
464 Wizard).
465- New action: Android Tools > Fix Project Properties, in the package
466 explorer contextual menu. This allows you to fix the framework path
467 (and its javadoc path) in case you change the sdk location.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800468
4690.1.1
470
471- Fixed project convertor to add the framework library if missing.
472
4730.1.0
474
475- New project wizard.
476- Python script-generated project convertor.
477- Incremental builders.
478- XML validation for resource files.
479- Android Launch Configuration.