Solve the problem that the official version of Android Studio cannot be updated online.

Source: Internet
Author: User

Solve the problem that the official version of Android Studio cannot be updated online.

Android Studio supports Online Incremental updates, but may not be able to connect to server updates. The solution is as follows:

1. modify the system hosts file and add the following two lines:

203.208.46.146 dl-ssl.google.com
203.208.46.146 dl.google.com
2. Modify the Studio. vmoptions (32-bit system) or studio64.vmoptions (64-bit System) file in the Android studio \ bin directory and add the following three lines:

-Djava.net. preferIPv4Stack = true
-Didea. updates. url = http://dl.google.com/android/studio/patches/updates.xml
-Didea. patches. url = http://dl.google.com/android/studio/patches/ restart Android Studio should be able to update, the update should use administrator permission to open Android Studio.

3. If it still does not work, change the http in the url to https, and then restart and click Check Update.

This method is verified by Android Studio 1.0.1 on Win10.

Full process of installing Android Studio on Ubuntu 12.04 (64-bit)

Early adopters of Android Studio v0.1

Android Studio tutorial

Android Studio Development Guide

How to solve the problem that Android Studio sets the topic and does not support Chinese Characters

Android Studio download and installation and solutions that cannot be opened

Graphic tutorial for installing Android Studio

Android Studio details: click here
Android Studio: click here

This article permanently updates the link address:

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.