我尝试使用 Android Studio 0.1 构建一个小项目进行练习,但是当我制作我的模块时,Android Studio 说:
Android Dex: [(Module Name)] Error occurred during initialization of VM
Android Dex: [(Module Name)] Could not reserve enough space for object heap
我使用的是 Windows 7 64 位、JDK 1.7、8GB RAM。我不熟悉 gradle,也不知道如何解决它。我的另一台几乎相同的电脑没有这个问题。
我尝试studio.exe.vmoptions
在bin文件夹中修改,当我设置-Xmx768M时可以看到右下角变为742M。但错误仍然发生。此外,如果我想设置一个更大的值,如-Xmx2G
,则studio.bat
显示:
Error occurred during initialization of VM
Could not reserve enough space for object heap
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
然后 Android Studio 就无法启动。
有没有办法让我的 Android Studio 可用?非常感谢你。