Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Minimum Packages needed to get started, Android SDK

There's a limit to which I can download Packages.

So can anyone explain that what will be the essential components that must be downloaded in order to get started with sdk or to just make it work fine.

I am searching for the minimal components to be downloaded.

When I launch SDK manager it shows up a list showing various packages, Very First Android 6.0 API contains lot's of other packages within, So of them which Packages are must to install.

The packages that has been installed are, enter image description here

The thing that's confusing me, is this list of packages: enter image description here

So Question, Which are mandatory to get started?

like image 600
hrishikesh Avatar asked Jan 13 '16 05:01

hrishikesh


1 Answers

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 .

like image 162
IntelliJ Amiya Avatar answered Jan 30 '23 00:01

IntelliJ Amiya