启动Android Studio时,可能弹出“Fetching Android SDK component information”

  1.  
  2. Fetching Android SDK component information
  3.  

    打开Android Studio的安装目录下的bin目录,如图所示:

    Fetching Android SDK component information
  4.  

    在bin目录下,找到idea.properties文件,如图:

    Fetching Android SDK component information
  5.  

    打开idea.properties文件

    本经验采用Notepad++打开idea.properties,

    Fetching Android SDK component information
  6.  

    在最后一行添加“disable.android.first.run=true”。如图:

    Fetching Android SDK component information
  7.  

    重启Android Studio,就不会去获取Android SDK component information了。如图:

    Fetching Android SDK component information
原文地址:https://www.cnblogs.com/flybiao/p/4670307.html