By default, the Android SDK does not include everything you need to start development. The SDK separates tools, platforms, and other components from packages that you can download as needed using the Android SDK Manager. So, before you can get started, there are several packages that you must add to your Android SDK.
At a minimum, when setting up the Android SDK, you must download the latest Android tools and platform:
Open the "Tools" directory and select:
- Android SDK Tools
- Platforms for Android SDK
- Android SDK Build-tools (highest version)
Open the first Android XX folder (latest version) and select:
SDK Platform A system image for the emulator , for example ARM EABI v7a System image
Read the white papers for more. Adding SDKs . I hope this helps you.
source share