Tuesday, October 23, 2012

Android SDK Documentation

Android SDK Documentation is the best way to learn Android Programming. This documentation is available online and offline through SDK.

Android SDK download the zip file and then deletes this zip file. If you need that zip file for some other offline use then you can download Android SDK Documentation directly from google with this link. This zip file contains copy of developer.android.com. Extract this zip and open index.html in your browser on any device like PC, tablet etc


Update: 
Now ADT bundle is available for download from here and other missing components can be downloaded from links given below to save some bandwidth while installing on multiple computers.

Sources: https://dl-ssl.google.com/android/repository/sources-17_r01.zip

Samples: https://dl-ssl.google.com/android/repository/samples-17_r01.zip

Google API: https://dl-ssl.google.com/android/repository/google_apis-17_r02.zip

MIPS System Image: http://d2a85uzpvoidrc.cloudfront.net/sysimg_mips-17_r01.zip

Intel x86 Atom System Image: http://download-software.intel.com/sites/landingpage/android/sysimg_x86-17_r01.zip

Android SDK Documentation: https://dl-ssl.google.com/android/repository/docs-17_r02.zip

These 5 downloads are OS independent and for Android API 17. Just put them in "adt-bundle-linux/sdk/temp/" directory or in "temp" directory of  Android sdk in windows and easily update the ADT on slow internet connection.

Otherwise the whole adt-bundle (eclipse+sdk) can be compressed and can be transferred from one PC to other having same operating system. It will save downloading time and bandwidth specially on slow internet connections.

No comments:

Post a Comment