Android Studio can't start after installation

Solution 1:

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:

  1. Open the folder bin under the directory where you installed your Android Studio.
  2. Find the file idea.properties and open it with Notepad++, UltraEdit, or other edit tools.
  3. Add disable.android.first.run=true as the final line and save the file.
  4. Restart Android Studio.

Then it won't fetch any information and will be opened directly. I hope that will help you.

Solution 2:

Just turn off the Internet connection.

Solution 3:

Simply starting Android Studio when the Internet connection is off worked for me.

It will give a warning message that it cannot initiate the first run. Just ignore that warning, and you are done.