开始学习adriod ,用的andriod studio ,启动项目出现
Gradle sync failed: Unable to start the daemon process
搜了一下
http://blog.youkuaiyun.com/dhx20022889/article/details/44919905 博文中写明,要加个文件,faint
内容为
org.gradle.jvmargs=-Xmx512m
本文详细介绍了在使用Android Studio创建并启动Android项目时遇到Gradle同步失败的问题,通过添加特定配置文件内容成功解决问题。主要内容包括:问题描述、解决方案及配置文件修改步骤。
开始学习adriod ,用的andriod studio ,启动项目出现
Gradle sync failed: Unable to start the daemon process
搜了一下
http://blog.youkuaiyun.com/dhx20022889/article/details/44919905 博文中写明,要加个文件,faint
内容为
org.gradle.jvmargs=-Xmx512m