Android Studio问题

前端之家收集整理的这篇文章主要介绍了Android Studio问题前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
出现此错误
错误:无法启动守护进程.此问题可能是由于守护程序配置不正确导致的.例如,使用无法识别的jvm选项.请参阅 http://gradle.org/docs/2.2.1/userguide/gradle_daemon.html上的守护程序的用户指南一章请阅读以下过程输出,以了解更多信息:———————–初始化过程中发生错误的VM太小的初始堆

请建议解决方案我已经尝试了许多解决方案,但仍然不工作,我hava 2GB公羊.
你好,世界的程序是正常工作,但是当我开始新的项目这个错误来了.
提前致谢 :)

解决方法

我也得到了:
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 http://gradle.org/docs/2.2.1/userguide/gradle_daemon.html
Please read the following 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.

只需按右侧栏中的图标(SDK Manager附近)“同步项目与Gradle文件”,解决了问题.也可以按Build>清洁工程.

编辑

下面的建议也可能有所帮助.或者直接在gradle.properties中添加以下行:

org.gradle.jvmargs=-Xmx512m -XX:MaxPermSize=512m
原文链接:https://www.f2er.com/android/311938.html

猜你在找的Android相关文章