Fuse install android fails (503)

Trying to run “fuse install android” and getting the following error:

Fuse 0.36.1 (build 12010)
Starting android installer
Installing platform-tools which may take a long while...
Warning: java.io.IOException: Server returned HTTP response code: 503 for URL: http://dl.google.com/android/repository/repository2-1.xml

I’m able to run “uno android” and have the SDK load from sources / I can update from there. The command line doesn’t work regardless of network / proxy settings tried.

Any ideas?

Update:
After trying a few different corporate networks, various proxy settings in the Android SDK Manager (run ‘uno android’ to open), checking the “Force HTTP” box in the SDK Manager, etc., I figured out that this was just a networking / proxy issue.

It’s strange because I could hit ‘http://dl.google.com/android/repository/repository2-1.xml’ from my browser and other methods, just “fuse install android” refused to hit it until I switched to a completely open (non-corporate) network and turned system proxy off.

Hope this helps someone else.

Thanks for sharing Christian! I’ll see if there’s anything else we could do to improve the networking part of the process.