Apple M1上的Android Emulator在大多数时候给予install_failed_insuffitic_storage

发布于 2025-01-27 10:56:20 字数 370 浏览 3 评论 0原文

我正在尝试在M1上运行Android模拟器,而模拟器几乎不适合1个应用程序。

当我尝试运行我的React Native项目时,我通常会获取install_failed_insuffitic_storage

我没有在模拟器上安装任何其他应用程序,并且所有预装的应用程序都无法卸载。

知道如何在Android模拟器上释放一些存储空间?

I'm trying to run android emulator on M1 and the emulator barely fits 1 of the apps im working on.

When i try to run my react native project i usually get INSTALL_FAILED_INSUFFICIENT_STORAGE

I haven't installed any other apps on the emulator and all the pre-installed apps cannot be uninstalled.

Any idea how can i free up some storage space on android emulator ?

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

亢潮 2025-02-03 10:56:20

通过遵循以下步骤来设法修复它:

  1. 单击AVD Manager中我的模拟器旁边的小箭头,然后选择在磁盘上显示

”

  1. open config.ini

在此处输入图像描述“

  1. 查找disk.datapartition.size = {有些number},然后将其更改为disk.datapartition.size = 4000MB
  2. delete all .img文件

这是当前存储

“在此处输入图像描述”

Managed to fix it by following these steps :

  1. click on the small arrow next to my emulator in avd manager and select Show on Disk

enter image description here

  1. Open config.ini

enter image description here

  1. find disk.dataPartition.size={some number} and change it to disk.dataPartition.size=4000MB
  2. delete all .img files

here's the current storage

enter image description here

微暖i 2025-02-03 10:56:20

对我来说,解决方案是:
增加了空间 +冷靴。

仅增加空间即使进行擦拭也无法正常工作,我增加了一堆次的空间,但只有在我做冷靴子时才起作用。

To me, the solution was:
increasing the space + cold boot.

Just increasing the space was not working even doing a wipe, I increased the space a bunch of times lol but only worked when I did a cold boot.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文