Nirav
Nirav

Reputation: 5760

Download android 2.3.4 API

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.

Upvotes: 1

Views: 6356

Answers (4)

Mohammad Zubair
Mohammad Zubair

Reputation: 1

When you will download Android SDK you will automatically get that API documentation in the SDK if updated.

Upvotes: 0

P.T.
P.T.

Reputation: 25177

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.)

Upvotes: 1

Kevin Qiu
Kevin Qiu

Reputation: 1626

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

Upvotes: 0

Michael Aaron Safyan
Michael Aaron Safyan

Reputation: 95639

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.

Upvotes: 1

Related Questions