gpt4 book ai didi

java - 错误 : Could not create the Java Virtual Machine: Android Studio

转载 作者:行者123 更新时间:2023-11-30 00:45:04 27 4
gpt4 key购买 nike

其实我在android studio中配置了一个Android项目,这个项目最初是我同事在他的机器上创建的(Windows-7, 64-bit, jdk 1.8),我的机器也有相同的配置(即Windows-7, 64 -bit, jdk 1.8) 但是如果我尝试运行这个项目,它会在运行时出现上述错误。请参阅下面的屏幕截图以获取更多信息--

enter image description here

到目前为止我尝试过的解决方案是---

1]  try to add something like this to your gradle.properties file in the project:
org.gradle.jvmargs=-Xmx512m -XX:MaxPermSize=512m

2] Changed below file to modify vm heap option.
C:\Program Files\Android\android-studio\bin\studio.exe.vmoptions
I increased -Xms128m to -Xms512m and restarted Android Studio.

3] Tried creating a new environment variable named _JAVA_OPTIONS, set it to
-Xms256m -Xmx1024m.

4] File -> Settings -> Compiler (Gradle-based Android Projects)
Change the "**VM options**" to
-Xmx512m -XX:MaxPermSize=512m

5] go to environment variables
in system variables add :
New Variable Name: _JAVA_OPTIONS
New Variable Value: -Xmx512M
Restart Android studio
**but in this case didn't found any "VM options" option in Compiler option**

但以上解决方案都不适合我,因此非常感谢任何帮助。如果我可以提供更多相同的信息,也请告诉我。谢谢。

最佳答案

我没有任何解释,但卸载现有的 jdk 并重新安装新的 jdk 解决了我的问题。谢谢。

关于java - 错误 : Could not create the Java Virtual Machine: Android Studio,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41950602/

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