Android 2.3 API is not available as a target option for AVD

androidavd

I am new to android development, and I am trying to create an AVD for testing an app before pushing it to my phone (htc desire running android 2.3.5).

I am using the ADT bundle, and with SDK manager I have downloaded these:

  1. 4.2.2 (API 17)
  2. 4.1.2 (API 16)
  3. 2.3.3 (API 10)
  4. 2.2 (API 8)

But when trying to select target of the AVD, the only available options are API 17,16 and 8.

What is wrong?

Update:
I've already tried deleting and redownloading the API and it shows up in the android-sdk/platforms dir.

Best Answer

Restart eclipse after install packages i also have same problem and after restart eclipse i got all api levels in drop down list