Reputation: 2146
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...
I tried:
Any Help?
Upvotes: 8
Views: 7933
Reputation: 151
In android Studio open File--->Invalidate Caches/Restart and select Invalidate and Restart.hope that help
Upvotes: 15
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