我正在开发一个 android 应用程序并尝试在 AVD 上启动它。API 设置为 Android 2.3.3。我有一个 2.3.3 模拟器(sdk 版本 10),android 清单显示:
<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="10" />
我将目标更改为 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.