so looking through the .xml you can manually find the download locations for each file, example... "<sdk:name>Google APIs</sdk:name> <sdk:api-level>4</sdk:api-level> <sdk:vendor>Google Inc.</sdk:vendor> <sdk:revision>01</sdk:revision> <sdk:description>Android + Google APIs</sdk:description> <sdk:desc-url>http://d.android.com/</sdk:desc-url> <sdk:uses-license ref="android-sdk-license"/> - <sdk:archives> - <sdk:archive os="any"> <sdk:size>41858003</sdk:size> <sdk:checksum type="sha1">e687a15e70a96bcb5acc2f6a99af8791f9421804</ sdk:checksum> <sdk:url>google_apis-4-r01.zip</sdk:url>"
as you can see "google_apis-4-r01.zip" is what you put after "http:// dl-ssl.google.com/android/repository/" if you want to download that specific file, so the 1.6 SDK download for windows is http://dl-ssl.google.com/android/repository/android-1.6_r01-windows.zip -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

