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

前端 未结 8 1101
醉梦人生
醉梦人生 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
    

提交回复
热议问题