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: