michael
michael

Reputation: 110670

How can I download android 2.0 sdk now

How can I download android android 2.0 (not 2.1) sdk now? I tried 'android sdk and avd manager', it does not have android 2.0 downloadable.

Thank you.

Upvotes: 1

Views: 1804

Answers (4)

Barry Fruitman
Barry Fruitman

Reputation: 12664

I just downloaded the 2.0 and 2.0.1 SDKs with the SDK and AVD manager. All you have to do is uncheck "Display updates only" in the "Available Packages" section and you'll see them. However as mentioned above they are labeled obsolete.

Upvotes: 1

UserPioneer
UserPioneer

Reputation: 314

Using "Android SDK and AVD manager", you can't, but you can download Android 2.0.1, which differs not that much form 2.0:

  • New quickContactBadgeStyle* attributes that let applications apply necessary styles to the QuickContactBadge widget.

  • Remove support for the ACTION_CONFIGURATION_CHANGED broadcast when declared as a filter in the manifest. To receive this broadcast, an application must do so from the application at run-time, with registerReceiver(BroadcastReceiver, IntentFilter).

Plus some bugfixes. Take a look at the API changes overview and at detailed API differences report.

Be aware, that it seams that nobody is using 2.0 anymore, take a look at the Platform Versions report.

Upvotes: 0

Mario Aguilera
Mario Aguilera

Reputation: 1176

You should be able to get 2.0, follow the instructions below. If not, use 2.1.

Upvotes: 0

Andrew Burgess
Andrew Burgess

Reputation: 5298

I don't think any device ever really used 2.0 (there might be a few foreign ones, but none in America that come to mind)

Either use the 1.5, 1.6, or the 2.1 SDK, because those are essentially the only ones that matter unless you need something 2.2 specific

Upvotes: 1

Related Questions