Catalogue
Android Studio first Run detects Android SDK and updates, and for well-known reasons we will "unable to access Android SDK add-on list", and everyone is generally configured in advance Androi D SDK, when you really need to update the SDK Manager to manually update it.
Solution:
In the Android Studio installation directory Bin/idea.properties file at the end of the add a sentence
1 |
disable.android.first.run= true |
Reference : http://mazhuang.org/2015/05/06/android-studio/
Problems and workarounds for installing Android Studio
The first installation can occur with the following issues:
1. During the first installation, unable to access Android SDK Add-on list may appear
Workaround:
Open the bin file of the installation location (if the installation file is the default, should be in the computer's program file under Android under Android Studio under the bin), open idea.properties, with a notebook can open, Then add a line at the end: Disable.android.first.run=true Save and restart the computer.
2. The installation is now normal, but when you open a new project or open a project, it appears again: Your Android SDK is missing,out of date,or is missing template or Android SDK path not SPE Cified
Workaround:
Install an SDK:
http://tools.android-studio.org/index.php/sdk/
3. In the installation SDK, the installation JDK (Java installation package) appears:
http://www.oracle.com/technetwork/java/javase/downloads/index.html
Depending on your system choice, be aware that when installing the JDK, you choose to accept the protocol, which is a bit hard to find.
Android Studio startup appears unable to access Android SDK Add-on List