简体   繁体   English

INSTALL_FAILED_INSUFFICIENT_STORAGE

[英]INSTALL_FAILED_INSUFFICIENT_STORAGE

I am getting following error 我收到了以下错误

[2012-06-04 13:23:35 - Newton_Laws] Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE
[2012-06-04 13:23:35 - Newton_Laws] Please check logcat output for more details.
[2012-06-04 13:23:35 - Newton_Laws] Launch canceled!

so I am changing partition size of emulator but it is throwing me error...... please check the screen shot of command prompt... 所以我正在改变模拟器的分区大小,但它让我错误......请检查命令提示符的屏幕截图... 在此输入图像描述

The correct command should be emulator -avd myAvdName -partition-size 500 ( -avd instead of avd ). 正确的命令应该是emulator -avd myAvdName -partition-size 500-avd而不是avd )。 Note that partition size is in megabytes. 请注意,分区大小以兆字节为单位。

You are passing wrong parameters to the emulator command (should be - avd and not just avd . Please check official documentation at: 您将错误的参数传递给模拟器命令(应该是 - avd而不仅仅是avd 。请查看官方文档:
http://developer.android.com/guide/developing/tools/emulator.html http://developer.android.com/guide/developing/tools/emulator.html

Also checkout following post for detailed instructions how to run emulator: 另请查看以下帖子,了解如何运行模拟器的详细说明:
https://stackoverflow.com/a/4974695/200272 https://stackoverflow.com/a/4974695/200272

Kind regards, 亲切的问候,
Bo

I've only used it on Linux, not Windows, but I think it should still be: 我只在Linux上使用它,而不是Windows,但我认为它应该仍然是:

emulator -avd "A" -partition-size 500

(You forgot the hyphen before avd.) (你在avd之前忘记了连字符。)

If you installed more application's ,then if phone more over's then you will get this error. 如果您安装了更多应用程序,那么如果手机更多,那么您将收到此错误。 uninstall some apps,then u can install the other applications.same rule apply's for emulator as well as device 卸载一些应用程序,然后你可以安装其他applications.same规则适用于模拟器和设备

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM