blob: 970ba93835227ebd4f33cb660fb8ebc0797a307f [file] [log] [blame]
Xavier Ducrohetc688b4e2010-01-25 18:19:11 -08001Change log for Android SDK Tools.
2
Xavier Ducrohet593453d2011-01-16 15:32:41 -08003Revision 9:
4- Fix packaging issue that broke draw9patch
5- Ant build rules will now check the Ant version and fail if it's older than 1.8
6- Fix "folder locked" errors when installing packages in SDK Manager on Windows.
7- Support https proxy when installing from SDK Manager.
8- SDK Manager now suggests to install missing base platform for add-ons.
Xavier Ducrohet88dcd9a2010-11-15 14:14:55 -08009- Default proguard config file changes:
10 * ignore classes extending android.preference.Preference
11 * ignore classes extending android.app.backup.BackupAgentHelper
Xavier Ducrohet81523952010-12-10 14:02:31 -080012- Ant lib rules now allow for overriding java.encoding, java.source, and java.target
13- Default encoding for Ant javac is now UTF-8
Xavier Ducrohet5e9522e2011-01-06 18:02:13 -080014- Logcat view in DDMS now properly displays UTF-8 characters.
Xavier Ducrohet81523952010-12-10 14:02:31 -080015
Xavier Ducrohet88dcd9a2010-11-15 14:14:55 -080016
Xavier Ducrohetfb8fb872010-09-07 13:18:31 -070017Revision 8:
Xavier Ducroheta89eaf92010-10-06 15:06:53 -070018- New SDK component: platform-tools. This makes all platforms use the same
Xavier Ducrohetfb8fb872010-09-07 13:18:31 -070019 latest version of aapt/aidl/dx.
20- Support for true debug build. No need to change the value of debuggable in
21 the Android Manifest.
22 "ant debug" will automatically insert debuggable==true, while "ant release"
23 will not.
Xavier Ducroheta89eaf92010-10-06 15:06:53 -070024 If debuggable=true is set, then "ant release" will actually do a debug build.
25- Automatic Proguard support in release builds. Only need to have a proguard.config
26 property in default.properties that points to a proguard config file.
Xavier Ducrohetddfe2792010-09-24 08:11:12 -070027- new overridable Ant javac properties: java.encoding, java.source, and java.target
28 (default to "ascii", "1.5" and "1.5")
Xavier Ducrohetfb8fb872010-09-07 13:18:31 -070029
30
Xavier Ducrohet1ae6d592010-05-18 12:23:39 -070031Revision 7:
32- Support for Ant rules provided by the Tools components (override the one in
33 the platform component)
Xavier Ducrohetc7e2ff42010-07-02 10:39:07 -070034- Added support for libraries with library dependencies.
Xavier Ducrohet6fcb9742010-06-28 13:58:11 -070035- Support for aidl files in library projects.
Xavier Ducrohet8de0ba72010-06-01 17:00:00 -070036- Support for extension targets in Ant build to perform tasks between the
37 normal tasks: -pre-build, -pre-compile, -post-compile.
Xavier Ducrohet6fcb9742010-06-28 13:58:11 -070038- Headless SDK update. See 'android -h update sdk' for more info.
Xavier Ducrohete3c65f32010-06-09 01:34:19 +020039- Fixed location control in DDMS to work in any locale not using '.' as a
40 decimal point.
Xavier Ducrohet1ae6d592010-05-18 12:23:39 -070041
Xavier Ducrohet8de0ba72010-06-01 17:00:00 -070042
43Revision 6 (05/2010)
Xavier Ducroheteee4bf12010-03-17 11:47:43 -070044- Support for library project to share code/resources among projects
45 - Updated Ant rules and custom tasks
46 - New "android create lib-project", "android update lib-project" actions.
47 - New parameter for "android update project"
Xavier Ducrohet1ae6d592010-05-18 12:23:39 -070048
Xavier Ducroheteee4bf12010-03-17 11:47:43 -070049
50Revision 5 (03/2010):
Xavier Ducrohetc688b4e2010-01-25 18:19:11 -080051- AVD/SDK Manager:
Xavier Ducrohetf89bdfe2010-01-29 13:53:40 -080052 - Fixed SSL download for the standalone version of the SDK Updater.
Xavier Ducrohetaac1ef52010-02-02 13:34:18 -080053 - Fixed issue with 64bit JVM on windows.
Xavier Ducrohetc688b4e2010-01-25 18:19:11 -080054 - Add support for samples components.
55 - improved support for dependency between components.
56 - AVDs now sorted by API level.
Xavier Ducrohetaac1ef52010-02-02 13:34:18 -080057 - Prevent deletion of running AVDs.
58 - Settings are now automatically saved, no need to click Apply.
Xavier Ducrohetc688b4e2010-01-25 18:19:11 -080059- Emulator now requires sd card to be 9MB and above.
60- Fixed layoutopt.bat to correctly execute on Windows.
61