JVM-Variable für Android Studio nicht korrekt genug eingestellt

585
user5767529

Probleme beim Starten von Android Studio. Ich erhalte die folgende Meldung: Die Umgebungsvariable JAVA_HOME (mit dem Wert von? C: \ Programme \ Java \ jdk1.7.0_79 \ jre und alle anderen Variationen, die ich vermuten kann) weist nicht auf eine gültige JVM-Installation hin. Ich versuche, dies auf einem Windows XP-Desktop zu tun. Ich habe heute gerade Android Studio und die jdk-Datei installiert.

1
Android Studio erfordert Microsoft® Windows® 8/7 / Vista (32- oder 64-Bit) (von https://developer.android.com/sdk/index.html#Requirements). DavidPostill vor 8 Jahren 0

1 Antwort auf die Frage

0
DavidPostill

The environment variable JAVA_HOME does not point to a valid JVM installation

JAVA_HOME should be set to the root of your Java installation.

set JAVA_HOME="C:\Program Files\Java\jdk1.7.0_79\ 

or add this value to the system environment variables.

See What are PATH and other environment variables, and how can I set or use them? for more information.

Note:

  • Android Studio is not supported on Windows XP

Microsoft® Windows® 8/7/Vista (32- or 64-bit)

Source System Requirements