Members Area


Recommended Sites:

Related Keywords
gigaget download managet download client download tool freeware download
download accelerator plus video download booster freeware download
http www bestfreewaredownload com download t free free download chicken invaders roty 3 30 freeware eltuqufm html freeware download
ftp download freeware download
download ftp freeware download
mp3 download freeware download
vnc download freeware download
download msn 7.5 freeware download
pac-man download freeware download
download tls freeware download
pac man download freeware download
download msn 7 5 freeware download
download pad freeware download
download mp3 freeware download
flv download freeware download
sky download freeware download
pic download freeware download
web download freeware download
dvd download freeware download
c++ download freeware download

Top Freeware Keywords
java freeware download
visual studio freeware download
.net freeware download
c++ builder freeware download
csharp freeware download
dotnet freeware download
add ons freeware download
ie add ons freeware download
add on freeware download
free freeware download
library freeware download
delphi freeware download
design freeware download
net freeware download
component freeware download
add freeware download
web freeware download
security freeware download
dll freeware download
html freeware download
file freeware download
tool freeware download
control freeware download
components freeware download
pdf print freeware download
sdk freeware download
database freeware download
image freeware download
fast freeware download
email freeware download



Android Development Tools 20.0.0 Preview freeware     Save this freeware to your freeware selection - Saved Freeware


Author

Google

OS WinXP, Windows Vista, Windows Vista x64, Windows 7, Windows 7 x64
Date Released May 17, 2012
Downloads 316
Filesize 9.80 MB
Keywords Eclipse Plugin, Android Plugin, Development Plugin, Android, Eclipse, Plugin
Your Rating
  - click to rate - you will be first!
Android Development Tools screenshot
[ View full size screenshot ]

Download Android Development Tools   Save Freeware   Report Spyware

ADT extends the capabilities of Eclipse to let you quickly set up new Android projects, create an application UI, add components based on the Android Framework API, debug your applications using the Android SDK tools, and even export signed (or unsigned) .apk files in order to distribute your application. ...

Download Android Development Tools   Save Freeware   Report Spyware


Download - Android Development Tools freeware - Download Notice

Android Development Tools Free Download - we do not host any Android Development Tools torrent files or links of Android Development Tools on rapidshare.com, depositfiles.com, megaupload.com etc. All Android Development Tools download links are direct Android Development Tools full download from publisher site or their selected mirrors.

Download - Android Development Tools freeware - Latest User Reviews

 Write a Review   


Download - Android Development Tools freeware - The Latest Versions History

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.


Most popular download freeware downloads in Components & Libraries

AS Code Warehouse 1.0 freeware download


while you read a books, browse the internet you found a lot of useful pieces of code snippets which can be reused in your applications. Here comes the AS Code Warehouse AS Code Warehouse is a free hierachical source code snippet database,various programming languages.It is one of the most extensive professional ...
Details   Download   Save Freeware

DataGridView Extension 1.1 freeware download


... the available functionality according to your specific needs. Download the extension and become one of the thousands developers that already did this. ...
Details   Download   Save Freeware

BIGSPEED Peer-to-Peer SDK 3.0 freeware download


... addition to standard FTP operations, such as upload, download, rename, delete, etc., the SDK also offers several advanced features. The broken file transfers are resumed automatically (if enabled), with MD5 integrity checking. The agent is able to run search operation on the peers. The server module is able to perform ...
Details   Download   Save Freeware

StyleManager 1.9.1.0 freeware download


... and spacing for code clarity. Users have to download each stylesheet individually, along with all of the ... This reduces the number of HTTP requests and download size. In a real-world test, the overall download time of styles for a large site was ...
Details   Download   Save Freeware

Yabasic 2.9.15 freeware download


... a fast, compact, and portable BASIC-like programming language. Download Yabasic, check out our resources, or join our ... If you can, please take the time to download, compile, and test these early versions—and don’t forget to report any bugs that you find! :-) Yabasic is free software distributed under the ...
Details   Download   Save Freeware

Free OCR to Word 5.0.2 freeware download


... your paper document in your favorite word processor. Download to experience this free image to Word conversion utility. The revolutionary OCR technology makes the OCR conversion achieving 98% accuracy. Free OCR to Word, which is completely free, provides a server-based OCR solution to convert pictures, scanned images and so on ...
Details   Download   Save Freeware

BIGSPEED File Sharing SDK 3.0 freeware download


... addition to standard FTP operations, such as upload, download, rename, delete, etc., the library also offers a number of advanced features which give the local application full control over the remote files. The client is able to open seekable streams on the server, either in read-only or read-write access mode. ...
Details   Download   Save Freeware

Muscle 5.68 freeware download


... server" on a central machine, and write (or download) client programs to log in to the server ... in the server's RAM for other clients to download later. Clients can also "subscribe" to selected data on the server, and be automatically notified whenever it changes. Unicast-style, multicast-style, and broadcast-style Message routing ...
Details   Download   Save Freeware

FeResPost 4.1.0 freeware download


... The main purpose of the program is to download and manipulate Result entities in order to produce margins of safety. Possible operations that can be performed on Result objects are, for example : · Modification of the reference coordinate system, · Calculation of total force and moment corresponding to a ...
Details   Download   Save Freeware

FusionCharts Free v2.1 freeware download


... our website or shows imprints on the chart. Download now to create free charts and graphs for PHP, ASP.NET, ASP and your other web applications. ...
Details   Download   Save Freeware