Android模拟器错误:“模拟器中的内存不足”

时间:2011-09-05 09:50:35

标签: android android-emulator

我正在尝试使用以下步骤在我的模拟器中安装rsyncdroid应用程序:

  1. $ ./adb push rsync /sdcard/rsync
  2. $ ./adb shell mount -o remount,rw /system
  3. $ ./adb shell "cat /sdcard/rsync > /system/bin/rsync"
  4. $ ./adb shell chmod 755 /system/bin/rsync
  5. $ ./adb shell mount -o remount,ro /system
  6. 我在第2步陷入困境,导致错误:

    cannot create /system/bin/rsync : not enough memory in emulator
    

2 个答案:

答案 0 :(得分:1)

标准avd的系统分区没有太多可用空间。您可以在命令行上启动模拟器,添加以下参数:

-partition-size <size>

或者您也可以在eclipse中的android run / debug配置的命令行选项中声明分区大小。

enter image description here

答案 1 :(得分:0)

你创造了新的AVD吗?使用SDKManager创建新的AVD。并为SDCard分配1000 MB