转载:
http://stackoverflow.com/questions/28918069/unable-to-access-android-sdk-add-on-list
http://zhidao.baidu.com/question/1692064200515166788.html
错误信息:
unable to access android sdk add-on list
- 第一安装完之后出现这个错误提示
- 关闭project,再次打开出现这个错误提示
解决:
1、在这个Android studio的安装目录下,找到下面这个文件
\bin\idea.properties
2、使用记事本打开,更改下面的值为true,如果没有则添加:
disable.android.first.run=true