2017-04-27 7 views
0

Error:Unable to start the daemon process.
This problem might be caused by incorrect configuration of the daemon. For example, an unrecognized jvm option is used. Please refer to the user guide chapter on the daemon at https://docs.gradle.org/2.14.1/userguide/gradle_daemon.html Please read the following process output to find out more:Android Studio importieren Projekt Fehler

Error occurred during initialization of VM
Could not reserve enough space for 2097152KB object heap

+0

Ihr Projekt importiert in Ordnung. Ihr Computer verfügt nicht über genügend Arbeitsspeicher zum Erstellen des Projekts. –

+0

Haben Sie dies überprüft http://stackoverflow.com/questions/25009717/android-studio-gradle-project-unable-to-start-the-daemon-process-initializatio –

+0

danke mein Freund – lotfi

Antwort

0

Try this:

Gehen Sie auf Start-> Systemsteuerung-> System-> Erweitert (tab) -> Umwelt Variablen-> System Variablen-> Neu: _JAVA_OPTIONS

Variablenwert: -Xmx512M

Variablenname: Path
Variablenwert: %PATH%;C:\Program Files\Java\jre8\bin;F:\JDK\bin;

Ändern Sie dies zu Ihrem geeigneten Pfad.

Verwandte Themen