라벨이 Android Studio인 게시물 표시

Problem about not launching of Google Android Studio; Environment variables setting

Mostly, this is because of environment variables JAVA_HOME and JDK_HOME Set like this! Variable name: JAVA_HOME Variable value: C:\Program Files\JAVA\jdk1.8.X_XX Variable name: JDK_HOME Variable value: C:\Program Files\JAVA\jdk1.8.X_XX and add the Path! and then you can figure out that this is get right echo %JAVE_HOME% echo %JDK_HOME% Thanks! Details: http://techglimpse.com/google-android-studio-launching-fix-windows/