Cannot start Android Studio. Android studio stuck on screen saver

I can not start android studio. I set the Java path in the environment variables, and Android Studio is also the latest version. I tried to install and run the administrator, but without help. Please help me...

+4
source share
6 answers
  • Open the Android Studio setup file /bin/idea.properties directory
  • Add disable.android.first.run=trueto tail
  • Restart AS.
+30
source

You must install these additional PATHs

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

2016 , , :

-Ddisable.android.first.run=true

JAVA_HOME. ( 10)

+2

​​ , , , β†’ , ( ).

+2

, , . , /. "" ( ).

+2

​​ Android-, . , :

- >

On the "Formats" tab, change the format to:

English (United States)

Thanks @ravi, this worked for me too

+1
source

Source: https://habr.com/ru/post/1584213/


All Articles