发布时间:2017-09-22编辑:佚名阅读(2598)
在启动Android Studio时,可能弹出“Fetching Android SDK component information”对话框去获取Android SDK组件的信息。这个获取的过程可能需要很长的时间,也不一定能够成功的获取。
本经验介绍一种方法,在启动的时候不去获取Android SDK component information.
如果启动时,弹出“Fetching Android SDK component information”对话框,如图所示:
则可以在配置文件中配置启动时,不去获取Android SDK component information
打开Android Studio的安装目录下的bin目录,如图所示:
在bin目录下,找到idea.properties文件,如图:
打开idea.properties文件
本经验采用Notepad 打开idea.properties,
在最后一行添加“disable.android.first.run=true”。如图:
重启Android Studio,就不会去获取Android SDK component information了。如图:
关键字: Fetching Android SDK component information
0人
0人
0人
0人