zoukankan      html  css  js  c++  java
  • Android Studio创建新项目出错 Could not fetch model of type 'IdeaProject' using Gradle distribution

    问题:

    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 Could not create the Java virtual machine.

    Consult IDE log for more details (Help | Show Log)

    环境:

    win7

    解决办法:

    1 定位到目录 C:\Users\<username>\.gradle

    2 创建文件gradle.properties

    内容:org.gradle.jvmargs=-Xmx512m

    3 重启你的Android Studio项目,搞定。

  • 相关阅读:
    Java 包装类的自动封箱与拆箱
    Java 基本类型的包装类
    Java日期时间练习三(闰年)
    导入包与模块
    模块_os模块
    Re模块练习题
    Re模块的方法补充
    Re模块的 三个方法
    基础纹理
    ruby 的数组操作
  • 原文地址:https://www.cnblogs.com/harry0914/p/3096884.html
Copyright © 2011-2022 走看看