Unable to access Android SDK add-on list

后端 未结 9 919
梦如初夏
梦如初夏 2020-12-14 03:12

I\'m new to Android programming. I was installing the Android studio and it got stuck at one point during installation showing the following message.

So

9条回答
  •  渐次进展
    2020-12-14 03:42

    I finally solved the problem by following the Steps:

    1. Add the following code to "C:\Program Files\Android\Android Studio\bin\idea.properties"
    2. Open idea.properties with notepad
    3. Then, enter the code below anywhere on a new line in the file (see attached image)

    Code :

    disable.android.first.run=true
    
    1. Save the file
    2. Run the application

提交回复
热议问题