Minimum Packages needed to get started, Android SDK

 ̄綄美尐妖づ 提交于 2019-12-01 15:52:58
IntelliJ Amiya

By default, the Android SDK does not include everything you need to start developing. The SDK separates tools, platforms, and other components into packages you can download as needed using the Android SDK Manager. So before you can start, there are a few packages you should add to your Android SDK.

As a minimum when setting up the Android SDK, you should download the latest tools and Android platform:

Open the Tools directory and select:

  1. Android SDK Tools
  2. Android SDK Platform-tools
  3. Android SDK Build-tools (highest version)

Open the first Android X.X folder (the latest version) and select:

SDK Platform A system image for the emulator, such as ARM EABI v7a System Image

For more details you should read official documents Adding SDK Packages .I hope it will helps you .

Abin Antony

Here list of packages you must install for the proper functioning.

Latest version of :

  • Android SDK Tools
  • Android SDK Platform-tools
  • Android SDK Build-tools

Based on your application you can what all API needed.

Important things download from API(XX) -(Android X.X) packages are.

  • SDK Platform
  • if you are testing application using emulator then download the System Image , such as ARM EABI v7a System Image, Intel x86 Atom System Image (no need to download System Image for TV and Wear).

For more detailed explanation Adding SDK Packages

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!