blob: 721d152da35313dc2529e56a956721f7665cf0ad [file] [log] [blame]
Xavier Ducrohetc688b4e2010-01-25 18:19:11 -08001Change log for Android SDK Tools.
2
Xavier Ducrohet1ae6d592010-05-18 12:23:39 -07003Revision 7:
4- Support for Ant rules provided by the Tools components (override the one in
5 the platform component)
Xavier Ducrohetc7e2ff42010-07-02 10:39:07 -07006- Added support for libraries with library dependencies.
Xavier Ducrohet6fcb9742010-06-28 13:58:11 -07007- Support for aidl files in library projects.
Xavier Ducrohet8de0ba72010-06-01 17:00:00 -07008- Support for extension targets in Ant build to perform tasks between the
9 normal tasks: -pre-build, -pre-compile, -post-compile.
Xavier Ducrohet6fcb9742010-06-28 13:58:11 -070010- Headless SDK update. See 'android -h update sdk' for more info.
Xavier Ducrohete3c65f32010-06-09 01:34:19 +020011- Fixed location control in DDMS to work in any locale not using '.' as a
12 decimal point.
Xavier Ducrohet1ae6d592010-05-18 12:23:39 -070013
Xavier Ducrohet8de0ba72010-06-01 17:00:00 -070014
15Revision 6 (05/2010)
Xavier Ducroheteee4bf12010-03-17 11:47:43 -070016- Support for library project to share code/resources among projects
17 - Updated Ant rules and custom tasks
18 - New "android create lib-project", "android update lib-project" actions.
19 - New parameter for "android update project"
Xavier Ducrohet1ae6d592010-05-18 12:23:39 -070020
Xavier Ducroheteee4bf12010-03-17 11:47:43 -070021
22Revision 5 (03/2010):
Xavier Ducrohetc688b4e2010-01-25 18:19:11 -080023- AVD/SDK Manager:
Xavier Ducrohetf89bdfe2010-01-29 13:53:40 -080024 - Fixed SSL download for the standalone version of the SDK Updater.
Xavier Ducrohetaac1ef52010-02-02 13:34:18 -080025 - Fixed issue with 64bit JVM on windows.
Xavier Ducrohetc688b4e2010-01-25 18:19:11 -080026 - Add support for samples components.
27 - improved support for dependency between components.
28 - AVDs now sorted by API level.
Xavier Ducrohetaac1ef52010-02-02 13:34:18 -080029 - Prevent deletion of running AVDs.
30 - Settings are now automatically saved, no need to click Apply.
Xavier Ducrohetc688b4e2010-01-25 18:19:11 -080031- Emulator now requires sd card to be 9MB and above.
32- Fixed layoutopt.bat to correctly execute on Windows.
33