[Android] 程序过大产生 INSTALL_FAILED_INSUFFICIENT_STORAGE 错误怎么办

To summarize (and clarify), in Eclipse, go to "Debug Configurations". You can find that in the drop-down under the "debug" icon. Select "target", and select a preferred emulator target to launch. Then under "additional emulator command line options," add this:

-partition-size 1024

Then CLOSE the emulator (and remove any devices), and click the debug icon, which will launch the preferred emulator you selected. This is important: Eclipse needs to launch the debugger, not AVD.

posted @ 2011-01-27 22:16  木乃猫  阅读(2413)  评论(0编辑  收藏  举报