gpt4 book ai didi

java - Android Studio - 无法识别的 VM 选项 'MaxPermSize=256m'

转载 作者:搜寻专家 更新时间:2023-10-30 21:09:10 25 4
gpt4 key购买 nike

我刚刚在 Elementary OS 0.3 Freya 上安装了 Android Studio 并使用终端运行它。然而,在我第一次启动时,显示了一条错误消息:

Gradle 'Test' project refresh 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 http://gradle.org/docs/2.2.1/userguide/gradle_daemon.html Please read the following process output to find out more:

Unrecognized VM option 'MaxPermSize=256m' Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit.

我读了this并尝试了所有方法来解决它但无济于事。我确实注意到他的错误与我的有些不同,并认为这可能是我无法使用建议的方法解决问题的原因。

当我在终端上执行 .sh 文件时,它打印出:

Java HotSpot(TM) Server VM warning: ignoring option MaxPermSize=250m; support was removed in 8.0

(java:5094): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap"

Gtk-Message: Failed to load module "canberra-gtk-module"

我不确定它是否与错误有关。请帮忙。

最佳答案

在我的例子中,我有一条线

org.gradle.jvmargs=-Xmx6408m -XX:MaxPermSize=6408m -XX:+HeapDumpOnOutOfMemoryError

在我的项目结构中的 gradle.properties 文件中。

从该文件中删除 -XX:MaxPermSize=6408m 修复了一个问题

关于java - Android Studio - 无法识别的 VM 选项 'MaxPermSize=256m',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31411989/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com