执行流式安装ADB:无法安装[install_failed_insuffitic_storage]

发布于 2025-02-04 03:40:45 字数 323 浏览 3 评论 0原文

我正在尝试在真实设备上首次调试我的申请,发现

 Error: ADB exited with exit code 1
 Performing Streamed Install

 adb: failed to install S:\Work\egy_servy_client_app\build\app\outputs\flutter-apk\app.apk: 
 Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE]
 Error launching application on PRA LA1.

任何人都可以提供帮助的错误?

I'm trying to debug my application for the first time on a real device and found this error

 Error: ADB exited with exit code 1
 Performing Streamed Install

 adb: failed to install S:\Work\egy_servy_client_app\build\app\outputs\flutter-apk\app.apk: 
 Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE]
 Error launching application on PRA LA1.

Anyone can help ?

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

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

发布评论

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

评论(4

游魂 2025-02-11 03:40:45

我的仿真器是新鲜创建的,我仍然遇到了这个问题。因此,如果您使用Android SDK 33进行仿真器,请确保调整存储空间。您可以通过:

  • 打开设备管理器(AVD)
  • 通过单击其旁边的“编辑”按钮编辑模拟器,或创建新的模拟器
  • 启用“显示高级设置”
  • 滚动向下滚动到“内部存储”并将其更改为1000

My emulator was freshly created, and I still ran into this issue. So in case you are using the Android SDK 33 for your emulator make sure to adjust the storage. You can do that by:

  • Open Device Manager (AVD)
  • Edit your Emulator by clicking on the edit button right next to it or creating a new Emulator
  • Enable "Show Advanced Settings"
  • Scroll down to "Internal Storage" and change it to 1000
箹锭⒈辈孓 2025-02-11 03:40:45

尝试擦除模拟器数据,

  1. Android Studio
  2. Tools
  3. 管理器(AVD),
  4. 您的模拟器列表将弹出,找到您在
  5. 下拉列表ICON
  6. 打开
  7. 设备 中遇到问题的含量模拟器,然后重试

注意:必须关闭模拟器。

Try to wipe your emulators data,

  1. Open android studio
  2. Tools
  3. Device Manager (AVD)
  4. A list of your emulators will pop up, locate the one you have a problem with
  5. Press the dropdown icon
  6. Select Wipe data then Okay
  7. Start the emulator and then try again

Note: the emulator must be closed.

风苍溪 2025-02-11 03:40:45

检查您的设备存储空间。

Check your device storage and make free space.

埋葬我深情 2025-02-11 03:40:45

这似乎很明显,但是您手机上没有足够的空间,尝试删除某些应用程序或删除一些视频。
(请注意,基本的flutter调试应用需要至少100MB)

This seems pretty obvious, but you don't have enough space on your phone, try deleting some app, or maybe delete some videos.
(Note, at least 100mb are required for a basic flutter debug app)

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