I am developing an Android application and trying to run it on AVD. The API is installed on Android 2.3.3. I have emulator 2.3.3 (sdk version 10) and the android manifest reads:
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="10" />
I changed the target to 10 to match the api included in the project. How to fix this error:
[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.
source share