Skip to content Skip to sidebar Skip to footer

Android Studio Stuck On Loading Screen

Every time I run Android Studio, this loading screen pops up, but Android Studio stays here and doesn't load. It's like this following picture except that the loading bar is loaded

Solution 1:

  • Open file Android Studio setup directory/bin/idea.properties
  • Add disable.android.first.run=true to end
  • Restart Android Studio

PLEASE NOTE: This will break patch updating to the next version. We now check full binary checksums on the whole installation to prevent various install corruption bugs as well as to preserve application signatures. Therefore, make a copy of this file first, and before updating, put it back.

Solution 2:

Please try the following method to fix that issue:

  1. Find the folder of your AndroidStudio: based on the following directory

macOS: ~/Library/Application Support/Google/AndroidStudio[version]

  1. Delete the AndroidStudio folder.

  2. Restart

Ref:https://developer.android.com/studio/known-issues#studio-config-directories

Post a Comment for "Android Studio Stuck On Loading Screen"