After installing good Androidstudio, appear the following page, fork off again not to open, on the cry for help "degree Niang": Is solved:
The first reason for this error is that when Studio opens, it may pop up "fetching Android SDK component Information" To get information about the SDK components, which can be lengthy and not necessarily successful. So this error message will appear.
The workaround is as follows:
Locate the Androidstudio installation directory, locate the bin directory, open the Bin directory, and locate the Idea.properties file. Open this file, open the way, casually, as long as you can open on the line:
Then add the following sentence at the end of the file:
Disable.android.first.run=true
When you open a androidstudio, you don't get information about the Android SDK, so there's no error. Then restart Studio.