Solve Android Studio cannot start after first installation

After the Android Studio installation is complete, before starting Android Studio for the first time, in order to avoid re-downloading the new version of the SDK, the operations are as follows:

If you have performed the operation opened by Android Studio but are not successful, please end the Android Studio task in the task manager first
Insert picture description here

Add a line to the idea.properties file in the bin directory: disable.android.first.run=true, to avoid automatically re-downloading the SDK when opening Android Studio for the first time (you can update the SDK in the Android SDK Manager), it is recommended Keep a copy of the file before modifying it.
Insert picture description here
After saving and exiting, reopen Android Studio and succeed.
Insert picture description here

Guess you like

Origin blog.csdn.net/Mr_Bobcp/article/details/108635336