Error when run Android studio IDE

后端 未结 12 2106
终归单人心
终归单人心 2020-12-14 07:03

When I launch Android studio I encounter this Error:

\"enter

    T         


        
12条回答
  •  轮回少年
    2020-12-14 07:45

    Android Studio was not able to connect to internet in my work PC due to Intranet Proxy/Firewall settings, changing the proxy settings didnt help me either.

    Android studio was failing to run as it requires to install the above mentioned packages. As a work around I installed the packages from Android SDK Manager and it solved it.

    You can find the SDK Manager under C:\Users\< UserName> \AppData\Local\Android\sdk\SDK Manager.exe In the GUI choose the following options whichever is relavant.

    • Tools->All Android SDK Build-tools and SDK Platform-tools under version 21.*
    • Everything under Android 5.0.1(API 21)
    • Everything under Extras

    After installation is complete try launching the Android Studio

提交回复
热议问题