Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Failed to import new Gradle project: Could not fetch model of type 'IdeaProject' [duplicate]

Tags:

when i started android studio i get this error:

Failed to import new Gradle project: Could not fetch model of type 'IdeaProject' using    Gradle distribution 'http://services.gradle.org/distributions/gradle-1.6-bin.zip'. 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     http://gradle.org/docs/1.6/userguide/gradle_daemon.html Please read below process output to find out more: ----------------------- Error occurred during initialization of VM Could not reserve enough space for object heap Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit.   Consult IDE log for more details (Help | Show Log) 

i use latest android studio and latest(1.6) gradle. whats the problem here? i use 32bit window 8

like image 434
Fcoder Avatar asked May 20 '13 22:05

Fcoder


1 Answers

If you upgrade your Studio to 0.2 version, then to fix this, open the SDK manager, and make sure that the "Extras/Android Support Repository" (not just Android Support Library) is installed.

Source: http://tools.android.com/recent/androidstudio020released

like image 116
Pretto Avatar answered Sep 21 '22 15:09

Pretto