用android studio打开项目后报如下错误:

[java]  view plain copy
  1. Error:Unable to start the daemon process.  
  2. This problem might be caused by incorrect configuration of the daemon.  
  3. For example, an unrecognized jvm option is used.  
  4. Please refer to the user guide chapter on the daemon at http://gradle.org/docs/2.2.1/userguide/gradle_daemon.html  
  5. Please read the following process output to find out more:  
  6. -----------------------  
  7. Error occurred during initialization of VM  
  8. Could not reserve enough space for object heap  
  9. Error: Could not create the Java Virtual Machine.  
  10. Error: A fatal exception has occurred. Program will exit.  

当然,试图编译或运行,都是不成功的。

经google发现,原来android studio是通过gradle对项目配置的,而系统中没有对android studio 的默认配置,就像Eclipse中的eclipse.ini文件。

解决方法:

在操作系统当前用户的.gradle文件夹下:C:\Users\Administrator\.gradle 设置gradle.properties,若无就新增。

在文件中添加如下配置信息:

[plain]  view plain copy
  1. org.gradle.jvmargs=-Xmx512m  

重启软件,问题解决。


转载自:http://blog.csdn.net/dhx20022889/article/details/44919905

更多相关文章

  1. Android(安卓)Studio编译从eclipse导入的项目时出现问题总结
  2. 移植dlib到android
  3. Android(安卓)Activity设置全屏
  4. 移植dlib到android
  5. Android(安卓)Http 异步请求
  6. Android日志服务 记录日志
  7. AndroidManifest.xml文件详解(uses-configuration)
  8. android studio Error:Unable to start the daemon process
  9. NPM 和webpack 的基础使用

随机推荐

  1. Android之相对布局
  2. Android之十三刮刮卡中奖功能
  3. 开机不锁屏
  4. Android API 中文(13) —— ToggleButton
  5. AndroidManifest.xml文件详解
  6. UI布局相关
  7. android 指纹
  8. 最新android版本对应的API等级
  9. 环形ProgressBar特效
  10. ListView 圆角