Unable to access Android SDK add-on list

后端 未结 9 916
梦如初夏
梦如初夏 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:28

    Add the following code to C:\Program Files\Android\Android Studio\bin\idea.properties

    disable.android.first.run=true
    

    Just open the file and press Ctrl+F and type run then you will find this run=false, change it to true.

提交回复
热议问题