无法在 Android Studio 中编辑 studio.exe 和 studio64.exe

Unable to edit studio.exe and studio64.exe in Android Studio

我收到一个错误,提示没有足够的内存供模拟器运行。 因此,我尝试编辑 Xmx 和 Xms 值,但出现访问被拒绝错误。 有人能告诉我如何增加模拟器的内存吗?

您不应修改 .exe 文件。您可以检查 What are the Xms and Xmx parameters when starting JVMs? 以更改 Xmx 和 Xms 值。

我知道它有很多时间,但也许可以帮助别人。

如果不能直接编辑文件,复制studio64.exe.vmoptions到另一个目录或文件夹foe example deskopt,然后打开,编辑值,保存。最后将新的 studio64 替换为旧的。

完成

如果您的系统 OS 是 32 位。然后,您将无法在 studio.exe.vmoptions 文件中增加超过 800 的内存使用。 您必须将系统 OS 从 32 位升级到 64 位。

另外,记得Google说过,AndroidStudio新更新在2020年之后将无法用于32位系统。