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

可能是你环境变量path配置的jdk路径和你Android studio项目的引用的path路径不一样,改成一样,删掉老的jdk就可以了 参考技术A 应该是装了多个Java,或者Java版本过低

以上是关于Android Studio 安装后gradle project sync failed.Basic functionally will not work properly的主要内容,如果未能解决你的问题,请参考以下文章

Jetpack入门系列(一)android studio 安装与配置

Android Studio Gradle优化方法

Android Studio 安装后gradle project sync failed.Basic functionally will not work properly

Android Studio 在安装中遇gradle-4.6-all.zip下载问题

如何在 android studio 中更新 gradle?

android studio 升级到3.5版本报错gradle无法获取pom文件