Instructions for installing Android SDK - Software Development Kit

Android is the most popular mobile operating system in the world, so Google has spent a lot of time developing it easily. This is where the SDK - the set of Android Software Development Kit came into being. There are several ways to download Android SDK and some necessary conditions before starting application development. Let's start!

Android is the most popular mobile operating system in the world, so Google has spent a lot of time developing it easily. This is where the SDK - the set of Android Software Development Kit came into being. There are several ways to download Android SDK and some necessary conditions before starting application development. Let's start!

  1. 7 Framework JavaScript for mobile application development

Prepare the computer

Users need to install the computer and are ready to do so before they can install the Android SDK. First you need to install the Java Development Kit for the latest version of Java 7, using Java 8 will not work, but you can install both without any problems. Almost all operating systems will work, including x86 (32-bit) and x86_64 (64-bit) based systems running Windows, Linux and Mac based on x86_64 intel. Google has put a lot of effort into making sure everything works well on every system, so this is not a problem.

Instructions for installing Android SDK - Software Development Kit Picture 1Instructions for installing Android SDK - Software Development Kit Picture 1

Android SDK installation

Instructions for installing Android SDK - Software Development Kit Picture 2Instructions for installing Android SDK - Software Development Kit Picture 2

There are two very simple options to install Android SDK, download SDK or download Android Studio including SDK. Let's start with the Android Studio method.

  1. Install the Android SDK and create Screenshot in Ubuntu 9.10

Studio Android

Instructions for installing Android SDK - Software Development Kit Picture 3Instructions for installing Android SDK - Software Development Kit Picture 3

Google has released an all-in-one program for developers including an IDE integrated development environment, virtual machine manager, and of course the Android SDK. This is the simplest and best way to use the Android SDK. All you need to do is download Android Studio and follow the prompts on the screen.

Download the standalone SDK package

This technique is a bit more complicated but still very simple. Download the SDK and then extract the directory and place it in an accessible place. Depending on the operating system in use, there are several other ways to open the Android SDK.

If you're using Windows, just double-click SDKManager.exe in the root directory of the SDK folder. On OS X and Linux, go to the 'tools /' folder in the SDK and open the terminal window and type:

android

To open the SDK manager, if this operation doesn't work, drag the Android executable file to the terminal window and press Enter . When opening, make sure to install the packages listed below, as well as any other related software.

  1. The platform tool is used to support new and existing Android features, including Android Debugging Bridge (Android repair tool), bmgr and logcat. Android Debugging Bridge (ADB) can be used to see the causes of errors and running processes as well as other things. Bmgr is a tool used to manage backups on Android devices with API level 8 and above. It can be accessed using ADB.
  2. Build-tool tools work with platform tools but can be independently updated if needed. These include JOBB, ProGuard and zipalign. The JOBB allows users to create encrypted APK files that are not encoded in OBB format. ProGuard secures the application by removing unused items, renaming the class and the like, making it difficult for others to redesign your application and make the overall size smaller. Zipalign optimizes .apk files.
  3. SDK tools are required and used for any Android version including build-tool, debugging-tool and image-tool tools along with other tools.
  4. In addition, users also need Android Debugging Bridge (ADB) and Fastboot (fast boot process). Fastboot is used to flash or delete device partitions. ADB can be used to troubleshoot problems with devices and applications.

No need to worry about using Eclipse and downloading Android developer tools separately, Google really outperforms Android Studio, allowing for exactly one click installation to Start developing Android.

I wish you all success!

4.5 ★ | 2 Vote