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

后端 未结 8 1018
终归单人心
终归单人心 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:59
    1. Open file Android Studio setup directory/bin/idea.properties
    2. Add disable.android.first.run=true to tail
    3. Restart AS.
    0 讨论(0)
  • 2021-01-05 12:07

    Going through the Known issues page(https://developer.android.com/studio/known-issues) found me the fix.

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