Fail to install android. maybe proxy problem?

Hello. because of company policy, we use http proxy.
so I couldn’t install android sdks as below

$ fuse install android
Fuse 1.3.1 (build 14674)
You are using dlopen without a full path, retrying by prepending /usr/lib

Starting android installer

Installing platform-tools which may take a long while…
Loading local repository…
[ ] 3% Fetch remote repository…
[ ] 3% Fetch remote repository…
Warning: java.net.ConnectException: Operation timed out (Connection timed out)

even I tried to

fuse install android --no_https --proxy=http --proxy_host=10.112.1.184 --proxy_port=8080 --verbose

but it doesn’t work. Is there anybody who has same problem ?

Hi,

  1. Run uno config Android.SDK.Directory to locate the path for the android sdk.
  2. Run [AndroidSDKDir]/tools/bin/sdkmanager --no_https --proxy=http --proxy_host=10.112.1.184 --proxy_port=8080 "platform-tools" "build-tools;23.0.1" "cmake;3.6.4111459" "ndk-bundle" "platforms;android-21" "platforms;android-23" "extras;android;m2repository" "extras;google;m2repository" and replace [AndroidSDKDir] with the path found in the first step.
  3. Run fuse install android again.