which version of android sdk for a device with android 2.3?
Harry Tuttle
Greenhorn
Joined: Apr 08, 2010
Posts: 24
posted
0
It's possible to develop apps for my device with a android platform 2.3 with a android sdk 4.0.2? are there problems that I have to pay a special attention?
Take a look at the Android SDK manager. You will have some default modules which were installed with your SDK. You can download and install other modules which correspond to all the incremental releases of Android SDK.
When you create your project, you can specify a particular Android version to target.
Keith Rainey
OCPJP6
Tim Moores
Rancher
Joined: Sep 21, 2011
Posts: 2407
posted
0
It helps to understand that there is no "Android SDK 4.0.x". There are versions of the SDK that support Android 4.0.x, like version 15 and 16. So far, all SDK versions that have come out have continued to support Android versions that came out before. I think the only Android versions no longer supported by the SDK are 1.0 and 1.1.
As long as you set the <uses-sdk> element in the AndroidManifest.xml file correctly, and test your app in a 2.3 emulator environment, you should be fine.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: which version of android sdk for a device with android 2.3?