Rikki Tikki Tavi
Rikki Tikki Tavi

Reputation: 3139

Android Studio stuck on loading during the startup

I have weird problem - Android Studio is stuck on loading.

I tried to reinstall it - the same result.

I tried to relaunch - the same result.

enter image description here

Upvotes: 2

Views: 4853

Answers (3)

Biruk Telelew
Biruk Telelew

Reputation: 1193

type "flutter clean" in terminal. works for me

Upvotes: 0

Kevin Shen
Kevin Shen

Reputation: 56

I had the same problem a few days ago.

That is the solution:

  1. Open file Android Studio setup directory/bin/idea.properties
  2. Add disable.android.first.run=true to tail, or -Ddisable.android.first.run=true on recent canaries
  3. Restart AS

Hope that it's useful for you.

Upvotes: 3

Sid
Sid

Reputation: 1270

Please make sure you have disconnected your android phone from your computer.

Upvotes: 5

Related Questions