Cannot start Android Studio. Android Studio stuck at the splash screen

后端 未结 8 1024
终归单人心
终归单人心 2021-01-05 11:41

I am not able to start the android studio. I have set java path in environment variables and Android studio is also latest version. I have tried to install and run administr

8条回答
  •  逝去的感伤
    2021-01-05 11:48

    You have to set these additional PATHs

    ANDROID_HOME = your SDK directory (android-sdk)
    PATH=%PATH%;%ANDROID_HOME%\tools;%ANDROID_HOME%\platform-tools
    

提交回复
热议问题