Android Studio發布了1.0版本,但是初次啟動的時候一直要下載SDK,一直提示Fetching android sdk component information,因為Google的問題這個SDK下載需要非常久,根據此文的方法,在Android Studio的安裝目錄,bin文件夾下打開:idea.properties文件,在最后一行添加:
disable.android.first.run=true
保存,重啟AndroidStudio即可,但是打開后要手動下載SDK,可以利用鏡像服務器加速下載。
- 點擊Android SDK Manager
- Tools->Options-> HTTP Proxy Sever
mirrors.neusoft.edu.cn - 端口 80
- Other->勾選Force https://... sources to be...