views:

208

answers:

0

Recorded for posterity.

I saw only a few posts around the net and all suggest to use HTTP instead of HTTPS and there were several ways to do this. None of them discussed Windows only Linux. Well this did not work for me and I could not find any way to get the files downloaded to my Windows Vista 64 machine.

So after much work I manually downloaded them and got them to work. I did this by putting it on a machine that did work and reading the repository.xml file and downloading them.

https://dl-ssl.google.com/android/repository/google-apis-4_r02.zip

Unzipped it and moved the top directory into

android-sdk-windows/add-ons

and

https://dl-ssl.google.com/android/repository/android-1.6_r02-windows.zip

I then extracted them and renamed the top directory android-1.6 (it is at least one level below the unzipped directory) and moved it to

the platforms directory

Then rebooted my machine and it seems to work.

Hope this helps someone.

Julian