Bugs listed in italics indicate the bug has been moved to another project. In the previous tutorial we know To develop Android apps you need a Windows®, Linux or Mac OS X system Android Developer Tools.Now I'm going to download and install Android SDK tools & eclipse tools that required for developing the first app with android.
Android offers a custom plugin for the Eclipse IDE, called AndroidDevelopment Tools (ADT). This plugin provides a powerful, integratedenvironment in which to develop Android apps. It extends the capabilitiesof Eclipse to let you quickly set up new Android projects, build an appUI, debug your app, and export signed (or unsigned) app packages (APKs) for distribution.
Note: You should install the ADT pluginonly if you already have an Eclipse installation that you want to continue using. If you do nothave Eclipse installed, you should instead installthe complete Android SDK, which includes the latest IDE for Android developers.
Your existing Eclipse installation must meet these requirements:
Note: Eclipse 3.6 (Helios) is no longersupported with the latest version of ADT.
To add the ADT plugin to Eclipse:
Note: The Android Developer Tools update site requires a secure connection. Make sure the update site URL you enter starts with HTTPS.
If you get a security warning saying that the authenticity or validity ofthe software can't be established, click OK.
Once Eclipse restarts, you must specify the location of your Android SDK directory:
Your Eclipse IDE is now set up to develop Android apps, but you need to addthe latest SDK platform tools and an Android platform to your environment.To get these packages for your SDK, continue toAdding Platforms and Packages.
If you are having trouble downloading the ADT plugin after following thesteps above and you are behind a firewall (such as a corporate firewall), make sure thatyou have properly configured your proxy settings in Eclipse. In Eclipse,you can configure proxy information from the main Eclipse menu inWindow (on Mac OS X, Eclipse) >Preferences > General > NetworkConnections.
If you are still unable to use Eclipse to download the ADT plugin as aremote update site, you can download the ADT zip file to your local machine andmanually install it:
Package | Size | MD5 Checksum |
---|---|---|
ADT-23.0.3.zip | 103321934 bytes | ab2f5e2fbbdddeeb7dfd02cd4046538a |
If you get a security warning saying that the authenticity or validity ofthe software can't be established, click OK.
To update your plugin once you've installed using the zip file, you will haveto follow these steps again instead of the default update instructions.
Note that there are features of ADT that require some optionalEclipse packages (for example, WST). If you encounter an error wheninstalling ADT, your Eclipse installion might not include these packages.For information about how to quickly add the necessary packages to yourEclipse installation, see the troubleshooting topicADTInstallation Error: 'requires plug-in org.eclipse.wst.sse.ui'.
If you encounter this error when installing the ADT Plugin for Eclipse:
...then your development machine lacks a suitable Java VM. Installing SunJava 6 will resolve this issue and you can then reinstall the ADTPlugin.
Eclipse Update Site mirror for Android Developer Tools (ADT)
plugin.
The Eclipse ADT plugin is no longer supported per our announcement.Android Studio is now the official IDE for Android, so you should migrate your projects to Android Studio as soon as possible. For more information on transitioning to Android Studio, see Migrate to Android Studio from Eclipse.
Version 23.0.7.2120684 (Aug 2015)
Original URL:
https://dl-ssl.google.com/android/eclipse/
Mirror URL:
https://github.com/dandar3/eclipse-adt-plugin/raw/master/
Mirrored using notes from
Equinox p2 Repository Mirroring
댓글 영역