|
![]() [ View full size screenshot ] |
| Version | Date Released | Status | Release Notes |
| 20.0.0 Previ | Apr 18, 2012 | New Release | Dependencies: · Java 1.6 or higher is required for ADT 18.0.0. · Eclipse Helios (Version 3.6.2) or higher is required for ADT 18.0.0. · ADT 18.0.0 is designed for use with SDK Tools r18. If you haven't already installed SDK Tools r18 into your SDK, use the Android SDK Manager to do so. Bug fixes: · Fixed problem where exporting release package does not recompile libraries in release mode. |
| 18.0.0 | Apr 17, 2012 | New Release | Dependencies: · Java 1.6 or higher is required for ADT 18.0.0. · Eclipse Helios (Version 3.6.2) or higher is required for ADT 18.0.0. · ADT 18.0.0 is designed for use with SDK Tools r18. If you haven't already installed SDK Tools r18 into your SDK, use the Android SDK Manager to do so. Bug fixes: · Fixed problem where exporting release package does not recompile libraries in release mode. |
| 17.0.0 | Mar 26, 2012 | New Release | General improvements: · New build features · Added feature to automatically setup JAR dependencies. Any .jar files in the /libs folder are added to the build configuration (similar to how the Ant build system works). Also, .jar files needed by library projects are also automatically added to projects that depend on those library projects. (more info) · Added a feature that allows you to run some code only in debug mode. Builds now generate a class called BuildConfig containing a DEBUG constant that is automatically set according to your build type. You can check the (BuildConfig.DEBUG) constant in your code to run debug-only functions. · Added support for custom views with custom attributes in libraries. Layouts using custom attributes must use the namespace URI http://schemas.android.com/apk/res-auto instead of the URI that includes the app package name. This URI is replaced with the app specific one at build time. |
| 17.0.0 Previ | Mar 12, 2012 | New Release | · This contains bug fixes (primarily in the build system) based on bugs reported in preview 1, 2 and 3. |
| 17.0.0 Previ | Mar 7, 2012 | New Release | · This contains a number of bug fixes based on bugs reported in preview 1. |
| 17.0.0 Previ | Feb 29, 2012 | New Release | · DDMS can now show the live detailed network usage of an app (More Info) ProGuard: · Bundled ProGuard updated to version 4.7. In addition to many new features, this will fix the "Conversion to Dalvik format failed with error 1" error some users have experienced. · The default proguard.cfg file has been updated with better default flags for Android. · The ProGuard configuration file has been split in half, with project specific flags kept in project and the generic Android flags distributed (and updated) with the tools themselves. Lint: · Lint now checks Java code, and checks which previously performed pattern based searches in the Java code (such as the unused resource check) have been rewritten to use the more accurate Java parse trees. · Lint supports library projects, so for example the unused resource check will properly handle resources declared in a library project and referenced in a downstream project. |
| 17.0.0 Previ | Feb 27, 2012 | New Release | · DDMS can now show the live detailed network usage of an app (More Info) ProGuard: · Bundled ProGuard updated to version 4.7. In addition to many new features, this will fix the "Conversion to Dalvik format failed with error 1" error some users have experienced. · The default proguard.cfg file has been updated with better default flags for Android. · The ProGuard configuration file has been split in half, with project specific flags kept in project and the generic Android flags distributed (and updated) with the tools themselves. Lint: · Lint now checks Java code, and checks which previously performed pattern based searches in the Java code (such as the unused resource check) have been rewritten to use the more accurate Java parse trees. · Lint supports library projects, so for example the unused resource check will properly handle resources declared in a library project and referenced in a downstream project. |
| 16.0.0 Previ | Nov 25, 2011 | New Release | · The main new feature in ADT 16 is Lint, a static analysis tool which looks for bugs in your code. · In addition, there are several important bug fixes, including a fix for the dreaded "wrong XML editor opens" bug where you would get the plain XML editor instead of the layout editor. |
| 15.0.1 Previ | Nov 4, 2011 | New Release | · This build fixes a few more user-reported errors, including issues around project clean and refresh, editing RelativeLayouts in the layout editor, and XML formatting of certain file types. |
| 15.0.1 Previ | Oct 29, 2011 | New Release | · Properly setup source attachment for library jar files. · Force refresh the bin folder of libraries to make sure main projects pick up the changes. · Force update the library container of parent projects when a library is recompile. This makes sure the parent projects are recompiled when a library code change. · Fix how we check the library res folders exist. This ensures we pick up all the res folders even if Eclipse isn't aware of them due to refresh issues. |