与目标'Google API'不兼容的AVD

cep*_*tno 4 android android-virtual-device

我正在开发一个Android应用程序并尝试在AVD上启动它.API设置为Android 2.3.3.我有一个2.3.3模拟器(sdk版本10),并且android清单显示:

    <uses-sdk
    android:minSdkVersion="8"
    android:targetSdkVersion="10" />
Run Code Online (Sandbox Code Playgroud)

我将目标更改为10以匹配我在项目中包含的api.我该如何解决此错误:

[2013-01-30 23:18:47 - kiloboltandroidframework] Failed to find an AVD compatible with target 'Google APIs'.
[2013-01-30 23:18:48 - kiloboltandroidframework] Still no compatible AVDs with target 'Google APIs': Aborting launch.
Run Code Online (Sandbox Code Playgroud)

Anu*_*ool 9

在创建新的Android虚拟设备时,请选择Target as Google API - API Level 10