CodePudding user response:
Solve the problem of Fetching android SDK component information load too longAfter the installation is complete, if direct start, Android Studio will be to get the Android SDK component information, the process is quite slow, and often loaded failure, lead to the Android Studio start doesn't open, the solution is not to get the Android SDK component information, as follows:
1) into the newly installed Android Studio bin directory in the directory, find the idea. The properties files, open in a text editor,
2) in the idea. At the end of the properties file to add a line: disable. Android. First, the run=true, then save the file,
3) close the Android Studio after restart, can enter the interface,