It occurred to me today. I think the reason is that mistakes occurred when fetching Android SDK component information. Here is my way to avoid this problem:
- Open the folder
binunder the directory where you installed your Android Studio. - Find the file
idea.propertiesand open it with Notepad++, UltraEdit, or other edit tools. - Add
disable.android.first.run=trueas the final line and save the file. - Restart Android Studio.
Then it won’t fetch any information and will be opened directly. I hope that will help you.