发布于 2016-10-21 07:06:00 | 622 次阅读 | 评论: 0 | 来源: 网友投递

这里有新鲜出炉的Android Studio教程,程序狗速度看过来!

Android Studio Android 开发环境

Android Studio 是一个全新的 Android 开发环境,基于IntelliJ IDEA. 类似 Eclipse ADT,Android Studio 提供了集成的 Android 开发工具用于开发和调试


本文主要介绍AndroidStudio 使用过程中出现的异常的解决办法,这里帮大家举例说明,如何处理出现这种问题,有需要的小伙伴可以参考下

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 错误资料整理,后续继续补充相关资料,谢谢大家对本站的支持!



最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务