Android Adt Bundle

Android SDK/ADT is a platform for android OS which helps you to develop applications for Android devices. The Android SDK is a software development kit which provides API libraries and necessary developer tools necessary for building Android application’s. Android SDK is officially provided by android developers.

This how to guide will help guide you how to complete install Android SDK ADT Bundle in Ubuntu 14.04. As ADT (Android Development Tools) comes with all the essential SDK components with Eclipse IDE for your Android app development. You can quickly configure Android ADT in any Linux System, and start developing apps for Android Market.

ADT Bundle includes all the things we required to start application development. It including followings –

  • Eclipse + ADT plugin
  • Android SDK Tools
  • Android Platform-tools
  • The latest Android platform
  • The latest Android system image for the emulator
See also: How to turn Linux machine into a wifi Access Point

مجموعه ویدئوهای آموزشی برنامه نویسی اندروید - مجموعه Android Application Development - از thenewboston.com - بر اساس Eclipse (یا ADT Bundle) 200. The Eclipse ADT Bundle provides everything you need to start developing apps, including the Android SDK tools and a version of the Eclipse IDE with built-in ADT (Android Developer Tools) to streamline your Android app development.

Follow along this Complete Setup Guide for Android SDK / ADT Bundle on Ubuntu and easily configure Android Development Platform in your Linux system.

Step 1: Install Java

Android

As all Android apps are java based, java is a primary requirement for installing Android SDK/ADT. Android suggest to use Java 6 or higher version. Use this command on terminal to install java or skip it, if you already have java installed in your Linux System.

Step 2: Download Android ADT (Android Development Tools) Bundle

Android adt bundle

We can download latest ADT version from official android developer website. Also we can use the following commands to download ADT 22.6.2 version

For 32bit-

For 64bit-

Step 3: Extract ADT Bundle

Adt

After downloading ADT tools, extract it to your desired place in system. Keep remember to not to move any files to other location from extracted source.

Step 4: Start ADT for first time on Ubuntu

Now after extracting ADT to the folder of your choice, go to the folder where you extracted Android ADT Bundle. In the extracted files, you will get two directories (eclipse and sdk). Navigate to eclipse directory and double-click on eclipse file to start Eclipse IDE as shown in screenshot below.

Installing Eclipse Android SDK ADT Bundle in Ubuntu

After starting, you’ll be asked to setup a workspace, where ADT will save all projects. You may also check the check box for automatically loading this workspace on next time load without prompting. You can change this later from File > Switch WorkSpace > Others.. and create new workspace.

After this you are all set to go and develop Android Apps using Eclipse with Android SDK.

See also: How to Install Backtrack on Vmware WorkStation Full Tutorial

Step 5: Install or Update Required Packages

Android Adt Bundle Download

While working with Android SDK, You may need to install more additional packages or libraries required for your application. ADT provides Android SDK Manager utility to do this. To start SDK Manager – Click Android SDK Manager under Windows menu. It will open a window of Android SDK Manager, here you can select the required packages and install or upgrade them as per your need.

Android adt bundle 32 bit download

Android Adt Bundle Linux

Now that you have successfully installed Android ADT with Eclipse on Ubuntu (Linux) and updated all SDKs you’ll be needing for Development of Android Apps, or Android Gear may be. So, you can develop your own application for android OS.