+1 vote
in I have a screenshot by (4.6k points)

Every time I start Android Studio, it will stay "Fetching Android SDK compoment information" window for a very long time.

1 Answer

0 votes
by (21.2k points)
 
Best answer

This often happens after you manually remove some project documents. But that's easy to solve:

  1. Enter the "bin" folder of Android Studio
  2. Find and open "idea.properties" file with notepad or other text editor
  3. Go to the bottom line, add this codes:
    • disable.android.first.run=true
  4. Save and exit. Restart Android Studio, all done.
Welcome to Best solution for PC & Software errors, where you can ask questions and receive answers from other members of the community.
...