Reprint please indicate source: http://blog.csdn.net/xx326664162/article/details/50563122 article from: Shire's Blog
You can also check my other similar articles, will also let you have a certain receipt!
The cause of this problem may be a variety of, the following two methods, I personally tested after the use, if not, please tell me in the comments, I will help you to analyze the solution as soon as possible. On the left side of the article category, the Android Studio compile build Error records all the compilation build errors I encountered in my development, and these methods have been tested by me, and if you have any questions, please let me know.
Error message:
This error message appears after installing as for the first time
to access android sdk add-on list
Reason:
After the first installation of AS, the computer does not have an SDK after booting.
Know the reason, naturally there is a workaround, you can install the SDK at a later time, or set the first open as, do not download the SDK
Workaround: The first type:
The following methods are feasible in V2.3.1 testing
Click Cancel to install the SDK in the subsequent interface.
Since all is the next step, the operation is very simple, here is not introduced. Although google.com by the wall, but nearly two years to download the SDK speed is OK
https://developers.google.cn/Google developed home, install the SDK and Android studio, or through the google.com, but the speed will be fast.
Second: Set the first open as, do not download the SDK
1. In the installation directory of this Android studio, locate the following file
\bin\idea.properties
2, set the first open as, do not detect the SDK. With Notepad open, add a line to the end of the file:
disable.android.first.run=true
Most of the online introduction of this method, but the solution is not the root cause, the SDK is not downloaded, even if the interface, it can not be used. Or you want to download the SDK.
Reference:
Http://stackoverflow.com/questions/28918069/unable-to-access-android-sdk-add-on-list
Http://zhidao.baidu.com/question/1692064200515166788.html
http://blog.csdn.net/yang5726685/article/details/52034220
Http://www.cnblogs.com/jingmo0319/p/5552226.html
Unable to access Android SDK Add-on List