我试图测试新的硬件加速图像从谷歌-安卓英特尔凌动x86没有运气。模拟器启动(大约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发布于 2012-04-11 22:18:56
唯一的x86模拟器是API 10 (2.3.3)。看起来您的应用程序的目标是更高的API级别。您的应用程序需要以10或更低为目标。
https://stackoverflow.com/questions/10101618
复制相似问题