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
bin
under the directory where you installed your Android Studio. - Find the file
idea.properties
and open it with Notepad++, UltraEdit, or other edit tools. - Add
disable.android.first.run=true
as 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.