Do you use Eclipse ADT Bundle
, I mean - before Android Studio 1.0
was released there was ADT Bundle - Eclipse with additional Android tools.
Well I see, it's still available to download: http://tools.android.com/recent/eclipseadtbundleupdated
If you use it, please delete it and download clean Eclipse from this site:
https://eclipse.org/downloads/packages/release/Mars/1
If you're planning to develop also in the other languages than Android accomodated Java, please free to download for example:
Eclipse IDE for C/C++ Developers
I had used Eclipse for Eclipse
Eclipse IDE for Eclipse Committers 4.5.1` and 'Eclipse IDE for Java EE Developers', so I'm sure these are higly compatible with newet ADT Plugin.
After you install Eclipse, you need to download and unpack Stand-alone SDK Tools
, where you would find [here] http://developer.android.com/sdk/index.html#Other
Note: Already the latest version of Android SDK is android-sdk_r24.4.1
.
After downloading and unpack Eclipse
and Android SDK
read this documentation:
http://developer.android.com/sdk/installing/installing-adt.html or just follow these steps:
To add the ADT plugin to Eclipse:
- Start
Eclipse
, then select Help > Install New Software
.
- Click
Add
, in the top-right corner.
- In the
Add Repository
dialog that appears, enter
ADT Plugin
for the Name
and the following URL
for the Location
: https://dl-ssl.google.com/android/eclipse/
Note: The Android Developer
Tools update site requires a secure connection. Make sure the update
site URL you enter starts with HTTPS.
- Click
OK
.
- In the
Available Software
dialog, select the checkbox next
to Developer Tools
and click Next
.
- In the next window, you'll see a list of the tools to be downloaded.
- Click
Next
.
- Read and accept the license agreements, then click
Finish
.
If you get a security warning saying that the authenticity or validity of the software can't be established, click OK
.
When the installation completes, restart Eclipse.
Configure the ADT Plugin
Once Eclipse restarts, you must specify the
location of your Android SDK directory
:
- In the "Welcome to Android Development" window that appears, select
Use existing SDKs
.
- Browse and select the location of the Android SDK directory you recently downloaded and unpacked.
- Click
Next
.
- Your Eclipse IDE is now set up to develop Android apps, but you need to add the latest SDK platform tools and an Android platform to your
environment.
- To get these packages for your SDK, continue to Adding
Platforms and Packages.