OSDN Git Service

Merge "Update XML schemas used for SDK Repository. Do not merge." into tools_r7
[android-x86/sdk.git] / changes.txt
1 Change log for Android SDK Tools.
2
3 Revision 7:
4 - Support for Ant rules provided by the Tools components (override the one in
5   the platform component)
6 - Added support for libraries with library dependencies.
7 - Support for aidl files in library projects.
8 - Support for extension targets in Ant build to perform tasks between the
9   normal tasks: -pre-build, -pre-compile, -post-compile.
10 - Headless SDK update. See 'android -h update sdk' for more info.
11 - Fixed location control in DDMS to work in any locale not using '.' as a
12   decimal point.
13
14
15 Revision 6 (05/2010)
16 - 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"
20
21
22 Revision 5 (03/2010):
23 - AVD/SDK Manager:
24         - Fixed SSL download for the standalone version of the SDK Updater.
25         - Fixed issue with 64bit JVM on windows.
26         - Add support for samples components.
27         - improved support for dependency between components.
28         - AVDs now sorted by API level.
29         - Prevent deletion of running AVDs.
30         - Settings are now automatically saved, no need to click Apply.
31 - Emulator now requires sd card to be 9MB and above.
32 - Fixed layoutopt.bat to correctly execute on Windows.
33