gpt4 book ai didi

java - 安卓工作室 - java.lang.OutOfMemoryError

转载 作者:太空狗 更新时间:2023-10-29 15:26:13 25 4
gpt4 key购买 nike

我正在尝试在 Linux (Ubuntu 12.04) 上使用 Android Studio,但是当我想创建一个新的 android 项目时,我在终端中得到了这些结果,android 卡在加载“应用程序名称”的组件上:

Exception in thread "Performance watcher" 
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "Performance watcher"
Exception in thread "AWT-XAWT"
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "AWT-XAWT"

到目前为止,我将这一行添加到/etc/environment

JAVA_TOOL_OPTIONS="-Xmx1024m -XX:MaxPermSize=512m -Xms512m"

并将此行添加到/etc/profile

_JAVA_OPTIONS = -Xms1024m -Xmx1024m

我的内存中有超过 1 GB 的可用空间,但仍然出现相同的“java.lang.OutOfMemoryError”错误!那我该怎么办?!

最佳答案

您的系统有多少内存?

根据文档,Linux 系统的最低要求是
最低 2 GB RAM,推荐 4 GB RAM

这里是 the link for reference .

关于java - 安卓工作室 - java.lang.OutOfMemoryError,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33290827/

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