I need to download Android api 2.3.4.
But when I start Android Sdk manager, It shows me all the api options to download except Android 2.3.4.

Does anyone has idea how can i download android 2.3.4?

Thank You.

link|improve this question

feedback

3 Answers

The API Level for the SDK is not quite the same as the version number for Android. Android version 2.3.4 corresponds with API Level 10, so just download API level 10 from the SDK and you should be good to go.

link|improve this answer
feedback

google only seems to have released the api for 2.3.1 and 2.3.3

link|improve this answer
feedback

The 2.3.4 release was a maintenance release that only included internal fixes. No API changes were made: http://developer.android.com/sdk/android-2.3.4.html

Oddly, the second sentence of that release says that a new "Open Accessory API" was added in 2.3.4, so I'm not sure how that qualifies as no API changes ...

Looking in my downloaded "platforms" from the SDK manager, the android-10 platform seems to be based on 2.3.3 r2. I don't see any way to get a 2.3.4 image. (But I may be missing something.)

link|improve this answer
yes, I want to test Open Accessory API so I need to download. 2.3.4. – Nirav Oct 24 '11 at 5:02
You should clarify your question then. – P.T. Oct 24 '11 at 5:23
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.