Issue
I am developing an android application and trying to launch it on an AVD. The API is set to Android 2.3.3. I have a 2.3.3 emulator (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 I have included in the project. How do I resolve 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.
Solution
While creating a new Android virtual device , select the Target as Google API - API Level 10
Answered By - Anukool
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.