A possible solution is to check the proxy server settings; on Windows 7, you can find these settings in the other.xml file located in the path C:\Users\YourUsername\\.AndroidStudio\config\options .
Please note that if you change both the "USE_HTTP_PROXY" and "USE_PROXY_PAC" options to true, the error will continue, but the pop-up should notice that there is a double configuration problem and request permission with an input window for these parameters.
UPDATE - Possible Solution
I just managed to complete the wizard at home, maybe the proxy server is not a real problem (as @meanderingmoose last comment noted). There seems to be a problem with the default installer for Android Studio 1.0.0, which contains the IDE and di SDK tools: the default installation path for the sdk tools for Android ends with myInstallPath../sdk/android-sdk , but the first startup setting for Android Studio points to ..myInstallPath../sdk . So here is what I did.
- Cut and paste the contents of the
android-sdk folder outside the folder, so the files are under ..myInstallPath../sdk/ - Use the SDK Manager from a new location to update everything (use this instead of the automatic wizard, you can select the package you need and also get the speed and evaluation time for downloading)
- Launch Android Studio (it should download and verify that the SDK is updated and start creating AVD, after which the IDE will load completely)
UPDATE - workaround for boot problem: interrupt: read delayed
The firewall and proxy server did not allow my SDK manager to download some updates, so I restored the .xml URL for these updates, looked for the .zip files I needed and directly downloaded them using the download manager, I manually installed them in their relative the folder in the sdk .. folder is a little complicated, but it worked for me. For example, in Addon_xml_file I searched for m2repository, found the entry and downloaded the archive with the link m2repository_r14_zip_file . You will always find the files you need in the same database as the .xml file (look at the URL that I posted as an example).
nbarzan Dec 09 '14 at 16:06 2014-12-09 16:06
source share