Unable to access Android SDK add-on list

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

    You can set the right proxy to solve this problem. Set proxy -> Manule... Https and port

    0 讨论(0)
  • 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.

    0 讨论(0)
  • 2020-12-14 03:30

    Yet another reason why this can happen is when your time and date settings are not synchronized correctly. I installed android studio inside a virtual machine linux guest that didn't properly synchronize the time with the windows host and as a consequence the above message occured even though my internet connection was working fine.

    0 讨论(0)
  • 2020-12-14 03:39
    1. Clear your DNS if there is any dns server settings like google, comodo, symantec etc.
    2. Check your firewall settings if you are using tinywall, zonealarm etc.

    If your computer and network connection doesn't have any dns settings and firewall; then check your internet connection maybe there is an update process to slowing down your internet speed. So if there is a process stop or wait for it. And try again. Good luck...

    0 讨论(0)
  • 2020-12-14 03:42

    I clicked Cancel at this screen and process of setup continued. I saw it on Linux after copying android studio folder from one PC to another. By the way, I started studio not connected to Internet cause I try to be able to work offline.

    0 讨论(0)
  • 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

    0 讨论(0)
提交回复
热议问题