First run of Android Studio. Unable to access Android SDK add-on list

前端 未结 8 1103
醉梦人生
醉梦人生 2020-12-29 04:51

After trying to reinstall Android Studio, everything was fine until the first run.

While it was \'fetching Android SDK component information\', it gave

相关标签:
8条回答
  • 2020-12-29 05:35

    I have the same issue under Ubuntu 14.04.

    I setup my proxy in the network config system (it is ok with internet browser).

    I setup my proxy with environment variables http_proxy and https_proxy.

    As I use 64 bit machine, I also did:

    sudo apt-get install libncurses5:i386 libstdc++6:i386 zlib1g:i386
    
    $ javac -version
    javac 1.7.0_80
    
    0 讨论(0)
  • 2020-12-29 05:36

    for windows 7 i just check "No proxy" and continue. it works for me.

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