Android Adt Bundle

We are going to install Eclipse as part of the Google Android Developer Tools (ADT) bundle.

Android Adt Bundle

The installation process is very simple depending on which Eclipse you select to use.The procedure for installing Eclipse from Google’s ADT bundle are given as .

Android Adt Bundle Download

  1. Browse the given link to download the latest ADT bundle and check it with your system compatibility (32 bit or 64 bit version) adt-bundle-linux-x86-20130729 or adt-bundle-linux-x86_64-20130729
    http://developer.android.com/sdk/index.html
  2. Extract the the downloaded files from your favorite directory
    unzip ~/Downloads/adt-bundle-linux-x86_64-20130729.zip
    unzip ~/Downloads/adt-bundle-linux-x86_64.zip20130729.zip

    The new folder ‘adt-bundle-linux-x86_64-20130729’ on your favorite directory will create . Note that by installing ADT and Eclipse in the home directory(favorite directory), only the current user can use them. If, however, you want Eclipse to be accessed by other users, then you may have to install the version from Ubuntu’s repository. After the Extraction of files is completed than browse the folder where your ADT-BUNDLE-LINUX-X86_64 reside as given below
    cd /home/rimaig/Downloads/adt-bundle-linux-x86/eclipse
    ./eclipse

    The first time Eclipse is started, choose your workspace directory for android projects and save it, as in my case is /home/

Android Adt Bundle

Android Development Tools (ADT) is a plugin for the Eclipse IDE that is designed to give you a powerful, integrated environment in which to build Android applications. ADT extends the capabilities of Eclipse to let you quickly set up new Android projects, create an application UI, add packages based on the Android Framework API, debug your applications using the Android SDK tools, and even. Android adt bundle. Contribute to onyx-intl/androidadtbundle development by creating an account on GitHub. 1.前言 这里我们有两条路可以选,直接使用封装好的用于开发Android的ADT Bundle,或者自己进行配置 因为谷歌已经放弃了ADT的更新,官网上也取消的下载链接,这里提供谷歌放弃更新前最新版本的 ADT Bundle供大家下载!.

For quick lunch of Eclipse application
Paste the given command in the gedit window and save it, and make changes according to your system setting as the location of the eclipse executable in my case is ‘/home/rimaig/adt-bundle-linux-x86_64-20130729/eclipse/eclipse’ – yours may be different. Also make sure that the location of the icon for Eclipse is valid – use the one found in the /home/rimaig/adt-bundle-linux-x86_64-20130729/eclipse/ directory – the file is called icon.xpm. Save and close gedit.

[Desktop Entry]
Version=21.0.0-531062
Type=Application

Terminal=false
StartupNotify=true
Icon=/home/rimaig/adt-bundle-linux-x86_64-20130729/eclipse/icon.xpm
Name=ADT_ECLIPSE
Comment=Eclipse and Google Android Developer Tools
Exec=/home/rimaig/adt-bundle-linux-x86/eclipse/eclipse
Categories=Application;Development;

Android Sdk Adt Bundle For Windows