无法在模拟器上安装Mono.Android.Platform.apk

时间:2011-12-30 20:27:07

标签: android msbuild android-emulator xamarin xamarin.android

我无法再在模拟器上安装Mono,它抱怨设备空间不足。

  • 我尝试过使用“Wipte用户数据”复选框。
  • 我尝试过更大的SD卡尺寸。
  • 我尝试过创建一个新的模拟器。

有什么想法吗?

从设备获取包列表

在设备上安装共享运行时包

pkg: /data/local/tmp/Mono.Android.DebugRuntime-debug.apk
Success
84 KB/s (25857266 bytes in 297.291s)
Installing the platform framework
Failed to copy 'C:\\Program Files (x86)\\MSBuild\\Novell\\platforms\\android-8\\Mono.Android.Platform.apk' to '/data/local/tmp/Mono.Android.Platform.apk': No space left on device
Failed to install the platform framework

1 个答案:

答案 0 :(得分:3)

您是自己启动模拟器还是让Mono工具为您启动它?如果您自己启动,默认设置太小,无法安装工具。如果您想自己启动它,可以指定更大的分区大小,如下所示:

emulator.exe -avd NameOfYourEmulator -partition-size 512

Xamarin's docs中提供了更多详细信息。