Reputation: 34
If I make an app targeting sdk2.2(api8) to sdk4.4.2, do I need to install every sdk from 2.2-4.4.2? Also should I install all the Android Build Tools?
Thank you for your time.
Upvotes: 0
Views: 72
Reputation: 9375
No, in the specific case you mentioned: MinSdk 2.2 to TargetSdk 4.4.2.
You only need to download the SDK for Android 4.4.2, not 2.2. Nor do you need the SDKs in between.
But yes, you do need to download the latest Android Build Tools and keep those up-to-date.
Upvotes: 1