Leebeedev
Leebeedev

Reputation: 2146

All imports error in Android Studio

enter image description here

Yesterday, my kid has turned off my PC by unplug it directly from the wall electricity source. When I launched Android Studio today, as you can see in the picture...

enter image description here

I tried:

Any Help?

Upvotes: 8

Views: 7933

Answers (3)

Kamran Ahmed Khan
Kamran Ahmed Khan

Reputation: 1

Please Change your SDK Location.and that's it

Upvotes: -1

shashank s
shashank s

Reputation: 151

In android Studio open File--->Invalidate Caches/Restart and select Invalidate and Restart.hope that help

Upvotes: 15

Treeline
Treeline

Reputation: 485

It's a guess, but maybe it can't find your Android SDK for whatever reason.

Try checking the path (Assuming Android Studion 1.1.0):

File -> Project Structure -> SDK Location

Check that SDK location is linked to your Android SDK correctly

Upvotes: 1

Related Questions