What is the SDK on Android - Codiclick

share

What is the SDK on Android

Adverts

Before continuing with the application we have pending, it is important to continue delving a little deeper into different key elements in the process of developing mobile applications with Android, so this time we will see what the SDK is and how to work with it.

 

 

The SDK stands for Software Development Kit, this is the Android developer kit that is included when installing Android Studio, it provides a set of classes and libraries necessary to develop and test our applications depending on the version of the operating system we want to work with , the SDK includes the Android Virtual Device to emulate applications, the code debugger, documentation, examples and other useful tools for developers.

To access the Android Studio SDK we can go to File/Settings/System Settings/Android SDK or in the top right corner the SDK Manager icon

When you do this, the window loads where you can see the different SDKs according to different Android versions, here we see that Android API 32 version has been downloaded


If you click on the “show package details” option, you can see the details of the downloadable SDK, specifying some available tools and features.

If we enter the SDK Tools tab, we will see other important tools to support our development environment and applications, such as hardware acceleration tools for our emulators, among others.

And that's it. As we can see the SDK is essential for the development of applications, just as in languages ​​like Java there is the JDK (Java Developent Kit) the SDK provides all the necessary environment for developers, every time a new version of the operating system comes out , Android studio automatically provides the options to download the corresponding SDK.

 

It may also interest you.

 



Is there anything you want to add or comment about this entry? feel free to do….And if you liked it... I invite you to share Y Subscribe by clicking on the “Join this site” button to hear more posts like this one 😉