Android Studio Start Failed

后端 未结 3 1388
礼貌的吻别
礼貌的吻别 2021-01-05 03:13

I\'ve just installed android studio. For the first time when I run that after a short while (after showing a loading bar), It shows me this error. So I searched in Internet

相关标签:
3条回答
  • 2021-01-05 03:53

    I have the same issue. I just restart my computer as the it was not properly shut downed. Now its works. Hope this will be helpful info for others.

    0 讨论(0)
  • 2021-01-05 03:56

    Open the folder where you installed Android Studio:

    ex: C:\Program Files\Android\Android Studio\bin

    Find and edit idea.properties. You can edit this with use notepad++ or any similar application that allows text editing.

    Add this line as the final in the file:

    disable.android.first.run=true
    

    Now run Android Studio again.

    0 讨论(0)
  • 2021-01-05 04:12

    The Best and easy Solution for this is :

    1. Close Android Studio
    2. Turn off Internet connection and be sure of it.
    3. Start Android Studio. You will see a popup box with Cancel option in it. Then Click cancel.

    Next Time you can Easily start Android studio even having an internet connection..

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