I am trying to test new hardware accelerated image from Google – Android Intel Atom x86 with no luck. Emulator starts (about 30 s. which is great comparing to previous 5 minutes)
but than i get:
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
The only x86 emulator is API level 10 (2.3.3). It looks like your application is targeting a higher API level than this. Your application needs to target 10 or lower.