Android installation fails

Hi folks

I’m on a completely fresh OSX machine running El Capitan, and have run into an error while setting up Android. Haxe/openFL are set up and run great, but when I attempt to do the Android setup step (even with sudo) I get:

Download and install the Android SDK? [y/n/a] ? y
Downloading android-sdk_r22.0.5-macosx.zip...
Download complete : 3039684 bytes in 376.3s (7.8KB/s)
Called from ? line 1
Called from CommandLineTools.hx line 1400
Called from CommandLineTools.hx line 25
Called from a C function
Called from CommandLineTools.hx line 94
Called from CommandLineTools.hx line 1415
Called from utils/PlatformSetup.hx line 406
Called from utils/PlatformSetup.hx line 416
Called from utils/PlatformSetup.hx line 758
Called from utils/PlatformSetup.hx line 133
Called from /usr/lib/haxe/std/haxe/Http.hx line 526
Called from utils/PlatformSetup.hx line 124
Uncaught exception - Blocked

Any ideas?

That’s a download error,

a quick way to fix it is to download manually the file and launch the command in the directory where the file is.

http://dl.google.com/android/android-sdk_r22.0.5-macosx.zip

Ahhh, yeah now you mention it the internet in the place I’m working today is very very poor.

I’ll do it that way, thanks! :slight_smile: