Xamarin.android 安装Mono Droid framework平台时出错

Xamarin.android 安装Mono Droid framework平台时出错,xamarin.android,Xamarin.android,我正试图测试新的硬件加速图像,从谷歌-安卓英特尔Atom x86没有运气。Emulator启动(大约30秒,与之前的5分钟相比非常棒) 但我得到的是: Detecting shared runtime location Detecting package list location Getting package list from device Installing shared runtime package on device 484 KB/s (25872618 bytes in

我正试图测试新的硬件加速图像,从谷歌-安卓英特尔Atom x86没有运气。Emulator启动(大约30秒,与之前的5分钟相比非常棒) 但我得到的是:

Detecting shared runtime location

Detecting package list location

Getting package list from device

Installing shared runtime package on device
484 KB/s (25872618 bytes in 52.172s)
    pkg: /data/local/tmp/Mono.Android.DebugRuntime-debug.apk
Success

Installing the platform framework
355 KB/s (16537132 bytes in 45.442s)
    pkg: /data/local/tmp/Mono.Android.Platform.apk
Failure [INSTALL_FAILED_OLDER_SDK]

Failed to install the platform framework

唯一的x86仿真器是API级别10(2.3.3)。看起来您的应用程序的目标API级别高于此级别。您的应用程序需要以10或更低的目标为目标。

否,我的应用程序以API级别10(2.3)为目标,但是,我检查了Android Build的高级设置,我有一个空的支持ABI列表(这意味着使用了armeabi)。检查x86后,我收到包创建错误:System.InvalidOperationException:不支持的配置:无法加载资源“libmono android.shared.x86 emu.so”。评估版本当前不支持x86。只有购买的版本支持x86。未来的版本将添加此功能。