Android Studio 安装后gradle project sync failed.Basic functionally will not work properly
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android Studio 安装后gradle project sync failed.Basic functionally will not work properly相关的知识,希望对你有一定的参考价值。
Error:Unable to start the daemon process: could not reserve enough space for object heap.
Please assign more memory to Gradle in the project's gradle.properties file.
For example, the following line, in the gradle.properties file, sets the maximum Java heap size to 1,024 MB:
<em>org.gradle.jvmargs=-Xmx1024m</em>
<a href="http://www.gradle.org/docs/current/userguide/build_environment.html">Read Gradle's configuration guide</a><br><a href="http://docs.oracle.com/javase/7/docs/technotes/guides/vm/gc-ergonomics.html">Read about Java's heap size</a>
但是如果真的把org.gradle.jvmargs设为1024的话,再次启动后会电脑死机,求大神解决方案
电脑32位,打开的是android Studio.exe,安装包android-studio-bundle-141.2117773-windows
以上是关于Android Studio 安装后gradle project sync failed.Basic functionally will not work properly的主要内容,如果未能解决你的问题,请参考以下文章
Jetpack入门系列(一)android studio 安装与配置
Android Studio 安装后gradle project sync failed.Basic functionally will not work properly
Android Studio 在安装中遇gradle-4.6-all.zip下载问题