I just recently downloaded the Android SDK.
Downloading all the packages in the "SDK Manager" will take way too much time. So I'm wondering whether I should deselect all the platforms except the latest one.
Do I need all the platforms or which ones do I need?
This is a program specifically for downloading parts of your SDK. Open the manager by heading to Tools > SDK Manager. You’ll be greeted with a list of files under the tabs SDK Platforms and SDK Tools. The SDK platforms are the Android platforms you can develop for.
No, You don't need to install everything. Install the "SDK Platform" for the Android versions you've set as minimum, target, and in-between the minimum & target. Examples: The Android SDK Extras are usually not required; but it is useful to be aware of them since they may be required depending on your use case.
Only need to install SDK Platform for API 23 Target API 23 Minimum API 15 Need to install SDK Platforms for API 15 and 23. Note that you do not need to install the API levels between the minimum and target (even if you are backporting to those API levels). System Images
To help you do this, Android Studio provides something called an SDK manager. This is a program specifically for downloading parts of your SDK. Open the manager by heading to Tools > SDK Manager. You’ll be greeted with a list of files under the tabs SDK Platforms and SDK Tools.
Not at all. You just need to install those platforms which you are targeting for your apps and which you intend to test your app with. If I were you, I'd install:
You should also install
Optional:
No, You don't need to install everything.
Install the "SDK Platform" for the Android versions you've set as minimum, target, and in-between the minimum & target.
Examples:
Target API 23, Minimum API 23
Target API 23, Minimum API 15
Extras
The Android SDK Extras are usually not required; but it is useful to be aware of them since they may be required depending on your use case.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With