android - 无效的命令行参数 : partition-size

标签 android eclipse android-emulator

当我运行我的项目时,我多次遇到这些错误。有解决这个问题的想法吗?

[2011-07-25 13:07:19 - Test1] ------------------------------
[2011-07-25 13:07:19 - Test1] Android Launch!
[2011-07-25 13:07:19 - Test1] adb is running normally.
[2011-07-25 13:07:19 - Test1] Performing com.horror.android.Test1Activity activity launch
[2011-07-25 13:07:20 - Test1] Automatic Target Mode: Unable to detect device compatibility. Please select a target device.
[2011-07-25 13:07:25 - Test1] Launching a new emulator with Virtual Device 'Eight'
[2011-07-25 13:07:26 - Emulator] invalid command-line parameter: partition-size.
[2011-07-25 13:07:26 - Emulator] Hint: use '@foo' to launch a virtual device named 'foo'.
[2011-07-25 13:07:26 - Emulator] please use -help for more information

最佳答案

我认为您的应用程序可能很大并且您的模拟器的内部内存很低,这就是发生这种情况的原因所以请引用此 INSUFFICENT_STORAGE_MEMORY message while install 50 mb apk in emulator

关于android - 无效的命令行参数 : partition-size,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6812921/

相关文章:

Android INSTALL_REFERRER 和 Google Play 商店

java - 编译器无法识别 setOnClickListener(....);

eclipse - 无法让 IntelliJ 识别 proto 编译的 Java 类文件

android - Import vs Gradle实现…什么时候使用?

c# - 调用 Google GCM 时未经授权

android - 应用程序启动时删除文本框的初始焦点?

android - 读取sqlite数据库

java - 为什么Android模拟器编号像5554

android - Adb emu 命令有时不起作用

android - 如何从android中的edittext中获取选定的文本?