欢迎来到代码驿站!

Android代码

当前位置:首页 > 移动开发 > Android代码

AndroidStudio 使用过程中出现的异常(Gradle sync failed)处理办法

时间:2022-07-28 11:00:57|栏目:Android代码|点击:

AndroidStudio使用过程中出现的异常

异常信息:

 Gradle sync failed: 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.10/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.
   Consult IDE log for more details (Help | Show Log)

刚开始使用AndroidStudio

在网上看的时候,一直以为是自己gradle.properties文件中

org.gradle.jvmargs=-Xmx1024m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8

-Xmx1024m的值太小了,最后发现原来是由于我自己的电脑内存太小,只有2G,而windows系统差不多要占1G左右,所以得把

-Xmx1024m的值改为-Xmx512m才行

以上就是对AndroidStudio 错误资料整理,后续继续补充相关资料,谢谢大家对本站的支持!

上一篇:Android自定义相机界面的实现代码

栏    目:Android代码

下一篇:Android studio实现单选按钮

本文标题:AndroidStudio 使用过程中出现的异常(Gradle sync failed)处理办法

本文地址:http://www.codeinn.net/misctech/209124.html

推荐教程

广告投放 | 联系我们 | 版权申明

重要申明:本站所有的文章、图片、评论等,均由网友发表或上传并维护或收集自网络,属个人行为,与本站立场无关。

如果侵犯了您的权利,请与我们联系,我们将在24小时内进行处理、任何非本站因素导致的法律后果,本站均不负任何责任。

联系QQ:914707363 | 邮箱:codeinn#126.com(#换成@)

Copyright © 2020 代码驿站 版权所有