Xavier Ducrohet | c688b4e | 2010-01-25 18:19:11 -0800 | [diff] [blame] | 1 | Change log for Android SDK Tools. |
| 2 | |
Xavier Ducrohet | fb8fb87 | 2010-09-07 13:18:31 -0700 | [diff] [blame] | 3 | Revision 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 Ducrohet | ddfe279 | 2010-09-24 08:11:12 -0700 | [diff] [blame] | 10 | - new overridable Ant javac properties: java.encoding, java.source, and java.target |
| 11 | (default to "ascii", "1.5" and "1.5") |
Xavier Ducrohet | fb8fb87 | 2010-09-07 13:18:31 -0700 | [diff] [blame] | 12 | |
| 13 | |
Xavier Ducrohet | 1ae6d59 | 2010-05-18 12:23:39 -0700 | [diff] [blame] | 14 | Revision 7: |
| 15 | - Support for Ant rules provided by the Tools components (override the one in |
| 16 | the platform component) |
Xavier Ducrohet | c7e2ff4 | 2010-07-02 10:39:07 -0700 | [diff] [blame] | 17 | - Added support for libraries with library dependencies. |
Xavier Ducrohet | 6fcb974 | 2010-06-28 13:58:11 -0700 | [diff] [blame] | 18 | - Support for aidl files in library projects. |
Xavier Ducrohet | 8de0ba7 | 2010-06-01 17:00:00 -0700 | [diff] [blame] | 19 | - Support for extension targets in Ant build to perform tasks between the |
| 20 | normal tasks: -pre-build, -pre-compile, -post-compile. |
Xavier Ducrohet | 6fcb974 | 2010-06-28 13:58:11 -0700 | [diff] [blame] | 21 | - Headless SDK update. See 'android -h update sdk' for more info. |
Xavier Ducrohet | e3c65f3 | 2010-06-09 01:34:19 +0200 | [diff] [blame] | 22 | - Fixed location control in DDMS to work in any locale not using '.' as a |
| 23 | decimal point. |
Xavier Ducrohet | 1ae6d59 | 2010-05-18 12:23:39 -0700 | [diff] [blame] | 24 | |
Xavier Ducrohet | 8de0ba7 | 2010-06-01 17:00:00 -0700 | [diff] [blame] | 25 | |
| 26 | Revision 6 (05/2010) |
Xavier Ducrohet | eee4bf1 | 2010-03-17 11:47:43 -0700 | [diff] [blame] | 27 | - 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 Ducrohet | 1ae6d59 | 2010-05-18 12:23:39 -0700 | [diff] [blame] | 31 | |
Xavier Ducrohet | eee4bf1 | 2010-03-17 11:47:43 -0700 | [diff] [blame] | 32 | |
| 33 | Revision 5 (03/2010): |
Xavier Ducrohet | c688b4e | 2010-01-25 18:19:11 -0800 | [diff] [blame] | 34 | - AVD/SDK Manager: |
Xavier Ducrohet | f89bdfe | 2010-01-29 13:53:40 -0800 | [diff] [blame] | 35 | - Fixed SSL download for the standalone version of the SDK Updater. |
Xavier Ducrohet | aac1ef5 | 2010-02-02 13:34:18 -0800 | [diff] [blame] | 36 | - Fixed issue with 64bit JVM on windows. |
Xavier Ducrohet | c688b4e | 2010-01-25 18:19:11 -0800 | [diff] [blame] | 37 | - Add support for samples components. |
| 38 | - improved support for dependency between components. |
| 39 | - AVDs now sorted by API level. |
Xavier Ducrohet | aac1ef5 | 2010-02-02 13:34:18 -0800 | [diff] [blame] | 40 | - Prevent deletion of running AVDs. |
| 41 | - Settings are now automatically saved, no need to click Apply. |
Xavier Ducrohet | c688b4e | 2010-01-25 18:19:11 -0800 | [diff] [blame] | 42 | - Emulator now requires sd card to be 9MB and above. |
| 43 | - Fixed layoutopt.bat to correctly execute on Windows. |
| 44 | |