• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Android 2.0 Development

mmaia

Lurker
Hi,

I am new to android development and I am looking forward to develop to platform 2.0 or Release 5 of the API. The problem is that I am not able to download it. I have followed the steps from Android SDK | Android Developers and I can only find to download API 4 and than 7 from Eclipse update.
As I have a test phone with Adroid API level 5 I believe it will not be compatible.
Any ideas?

tx in advance.
 
I'll move you to the DEV section, but first I want to warmly welcome you to Android Forums!
 
THe reason for this is because SDK versions 5 (Android 2.0) and 6 (Android 2.0.1) have been entirely deprecated. With this said, Android versions are *mostly* backwards compatible, that is, if an app is developed with the Android SDK v1.6, then it will work fine with Android OS 2.2 (THeorettically, at least. In reality, you MAY have to change a couple things, but never anything too major.)
Just make sure to steer clear of methods that have been deprecated with later versions of hte SDK than the version you are using. Most people will use the Android 1.6 SDK in order to be sure that their app is usuable by the broadest audiencce possible, as Very few devices actually have Android OS 2.1 and even less (Only a few) have OS 2.2. Most devices out there run version 1.6 of the Android OS, but this should be changing soon as many manufacturers are starting to see the need for na update.
 
Back
Top Bottom