blob: 603c3e67022977176e8c9c425f842a5ca5fc9f41 [file] [log] [blame]
Xavier Ducrohetc688b4e2010-01-25 18:19:11 -08001Change log for Android SDK Tools.
2
Xavier Ducrohetfb8fb872010-09-07 13:18:31 -07003Revision 8:
4- New SDK component: platform-tools. This makes all platform use the same
5 latest version of aapt/aidl/dx.
6- Support for true debug build. No need to change the value of debuggable in
7 the Android Manifest.
8 "ant debug" will automatically insert debuggable==true, while "ant release"
9 will not.
Xavier Ducrohetddfe2792010-09-24 08:11:12 -070010- new overridable Ant javac properties: java.encoding, java.source, and java.target
11 (default to "ascii", "1.5" and "1.5")
Xavier Ducrohetfb8fb872010-09-07 13:18:31 -070012
13
Xavier Ducrohet1ae6d592010-05-18 12:23:39 -070014Revision 7:
15- Support for Ant rules provided by the Tools components (override the one in
16 the platform component)
Xavier Ducrohetc7e2ff42010-07-02 10:39:07 -070017- Added support for libraries with library dependencies.
Xavier Ducrohet6fcb9742010-06-28 13:58:11 -070018- Support for aidl files in library projects.
Xavier Ducrohet8de0ba72010-06-01 17:00:00 -070019- Support for extension targets in Ant build to perform tasks between the
20 normal tasks: -pre-build, -pre-compile, -post-compile.
Xavier Ducrohet6fcb9742010-06-28 13:58:11 -070021- Headless SDK update. See 'android -h update sdk' for more info.
Xavier Ducrohete3c65f32010-06-09 01:34:19 +020022- Fixed location control in DDMS to work in any locale not using '.' as a
23 decimal point.
Xavier Ducrohet1ae6d592010-05-18 12:23:39 -070024
Xavier Ducrohet8de0ba72010-06-01 17:00:00 -070025
26Revision 6 (05/2010)
Xavier Ducroheteee4bf12010-03-17 11:47:43 -070027- Support for library project to share code/resources among projects
28 - Updated Ant rules and custom tasks
29 - New "android create lib-project", "android update lib-project" actions.
30 - New parameter for "android update project"
Xavier Ducrohet1ae6d592010-05-18 12:23:39 -070031
Xavier Ducroheteee4bf12010-03-17 11:47:43 -070032
33Revision 5 (03/2010):
Xavier Ducrohetc688b4e2010-01-25 18:19:11 -080034- AVD/SDK Manager:
Xavier Ducrohetf89bdfe2010-01-29 13:53:40 -080035 - Fixed SSL download for the standalone version of the SDK Updater.
Xavier Ducrohetaac1ef52010-02-02 13:34:18 -080036 - Fixed issue with 64bit JVM on windows.
Xavier Ducrohetc688b4e2010-01-25 18:19:11 -080037 - Add support for samples components.
38 - improved support for dependency between components.
39 - AVDs now sorted by API level.
Xavier Ducrohetaac1ef52010-02-02 13:34:18 -080040 - Prevent deletion of running AVDs.
41 - Settings are now automatically saved, no need to click Apply.
Xavier Ducrohetc688b4e2010-01-25 18:19:11 -080042- Emulator now requires sd card to be 9MB and above.
43- Fixed layoutopt.bat to correctly execute on Windows.
44