Unable To Download Complete Android SDK
Solution 1:
You will need to ask your IT Team to allow you access to that url. As it is your connections firewall that is blocking you from downloading the SDK.
Solution 2:
Make sure Firewall was Disabled and your antivirus and check out this link at #4th and #5th point [ https://code.google.com/p/android/issues/detail?id=21359
Solution 3:
Regarding the second part of your question:
I tried to run android-studio-bundle-135.1629389.exe for Android Studio. I get an error as "Unable to elevate ERROR : 1812".
I had this problem of the Android Studio setup being unable to elevate even tough I was running it as Administrator, and it came to a point where it wasn't even showing an error number anymore. It only solved when I deleted all my files on my temp folder, as easy as that. To find where your temp folder is, just open windows explorer and type %temp% at the address bar, then delete everything that is not saying it's being used by another software, if it asks you to.
Solution 4:
Modify your proxy settings if u are using proxy to connect to internet in C:\Users{USERNAME}.AndroidStudio\config\options.other.xml
<component name="HttpConfigurable">
<option name="USE_HTTP_PROXY" value="true" />
<option name="PROXY_HOST" value="11.160.0.212" />
<option name="PROXY_PORT" value="8080" />
</component>
Solution 5:
I have the same problem bit is solved
try with "Run astried with "Run as administrator" administrator"
Post a Comment for "Unable To Download Complete Android SDK"