Facebook Twitter Instagram
    TecAdmin
    • Home
    • Ubuntu 20.04
      • Upgrade Ubuntu
      • Install Java
      • Install Node.js
      • Install Docker
      • Install LAMP Stack
    • Tutorials
      • AWS
      • Shell Scripting
      • Docker
      • Git
      • MongoDB
    • FeedBack
    • Submit Article
    • About Us
    Facebook Twitter Instagram
    TecAdmin
    Home»IDE»Complete Setup Guide for Android SDK / ADT Bundle on Ubuntu

    Complete Setup Guide for Android SDK / ADT Bundle on Ubuntu

    RahulBy RahulJune 15, 20142 Mins Read

    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 article will help you for quickly configuring ADT (Android Developer Tools) Bundle for developing apps on your Linux system. ADT has all the essential SDK components with Eclipse IDE for your Android app development.

    adt-android

    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

    Step 1: Install Java

    Java is the primary requirement for installing Android SDK (ADT). If you don’t have java install use below commands else you may skip it.

    $ sudo add-apt-repository ppa:webupd8team/java
    $ sudo apt-get update
    $ sudo apt-get install oracle-java8-installer
    $ sudo apt-get install oracle-java8-set-default
    

    Step 2: Download ADT (Android Developer Tools)

    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-

    $ cd ~/Downloads/
    $ wget http://dl.google.com/android/adt/22.6.2/adt-bundle-linux-x86-20140321.zip
    

    For 64bit-

    $ cd ~/Downloads/
    $ wget http://dl.google.com/android/adt/22.6.2/adt-bundle-linux-x86_64-20140321.zip
    

    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.

    $ unzip adt-bundle-linux*.zip
    

    Step 3: Start ADT (Android Developer Tools)

    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 pr below screenshot.

    adt-start-eclipse

    Now select the workspace where you want to save you projects files in system. You may also check the check box for automatically loading this workspace on next time load without prompting.

    adt-setup-workspace

    At this stage Eclipse is ready to use, you can start developing your application’s using Eclipse with Android SDK.
    android-adt-start

    Now you can start building the awesome android apps, If you are new in Android development, you can start from here.

    Step 4: Install or Update Required Packages

    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 like below, here you can select the required packages and install or upgrade them as per your need.

    android-sdk-manager

    ADT Android DeveloperTools SDK
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email WhatsApp
    Previous ArticleHow to Add Swap on AWS/EC2 Linux Instance
    Next Article Linux Data Recovery Tool ( A Product by Stellar Phoenix)

    Related Posts

    How to Install Visual Studio Code on Ubuntu 22.04

    Updated:July 27, 20224 Mins Read

    How to Install NetBeans IDE 12 on Fedora 35/34

    Updated:May 16, 20224 Mins Read

    How To Install Google Cloud SDK on Debian 10

    3 Mins Read

    How To Install Google Cloud SDK on Ubuntu 20.04

    Updated:February 22, 20213 Mins Read

    How to Install Dotnet Core on Ubuntu 20.04

    Updated:April 7, 20213 Mins Read

    How to Install Sublime Text 3 on Ubuntu 20.04

    Updated:May 22, 20222 Mins Read

    2 Comments

    1. sunil on March 17, 2019 11:10 am

      i cant able to run this eclipse on my ubuntu 18.04
      please help me

      Reply
    2. Best Website Design on November 3, 2018 6:32 pm

      Its as if you read my brain! You may actually know
      so much about this, like
      you wrote the written book in it or something. I think you could do
      with
      some pics to drive the email home a bit, but other than that,

      this is fantastic blog. An excellent read.
      I’ll definitely be back.

      Reply

    Leave A Reply Cancel Reply

    Recent Posts
    • How To Install Google Chrome On macOS
    • How to Install Minecraft on Ubuntu 22.04 & 20.04
    • Running a Cron job every Sunday (Weekly)
    • Running Multiple Commands At Once in Linux
    • What are the Access Modifiers in Java
    Facebook Twitter Instagram Pinterest
    © 2022 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.