Android Studio 覆盖RAM,屏幕大小和更多的Android模拟器与Play商店内置

bnl4lu3b  于 2023-10-23  发布在  Android
关注(0)|答案(1)|浏览(148)

我已尝试通过保存AVD数据的磁盘上的打开位置来更改Roll.ini

hw.ramSize=5536

hw.lcd.density=220
hw.lcd.height=1000
hw.lcd.width=500

vm.heapSize=2256

在Android Studio中,单击“文件”>“从磁盘中删除所有内容”
当我选择查看详细信息时,没有任何变化。
我不确定这和这有什么关系吗?

hw.device.hash2=MD5:6b5943207fe196d842659d2e43022e20

我也仔细检查,当我改变avd名称的cn.ini改变,以及,所以我认为我正在寻找正确的文件。
链接到我的研究,没有一个对我有用
https://developer.android.com/studio/run/managing-avds
Can't change the Ram size in AVD manager android studio
How can I change the ram amount that the android emulator is using?
How to change the android emulator RAM size from the command line?
Override RAM for Android Emulator w/ Play Store Built-In

bvpmtnay

bvpmtnay1#

增加到所需的值在文件hardware-qemu.iniconfig.ini,在我的情况下,我增加到16GB. hw.ramSize=16000
您还需要删除hardware-qemu.ini.lock并再次运行模拟器。应反映更新的数据。

相关问题