Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What Version of Eclipse do I use for Android?

I am sure this has been asked before, but I can not find a good answer. I want to create an Android app, I want to use Eclipse, but there are so many versions on the downloads page, and I am not sure which one I should use ... some of these include

>Eclipse IDE for Java EE Developers
>Eclipse Classic 4.2.2
>Eclipse IDE for Java Developers
>Eclipse IDE for C/C++ Developers
>Eclipse for Mobile Developers

Thank You :)

like image 764
Andrew Avatar asked May 20 '13 20:05

Andrew


People also ask

Which Eclipse version is best for Android development?

Eclipse Classic 3.6. 1. Eclipse IDE for Java EE Developers.

Does Eclipse work for Android?

Step 5: Obtain Eclipse IDE It is the most popular Android development environment and has officially supported tools from Google. Download Eclipse from the website below.

How do I get Android on Eclipse?

Launch Eclipse from the Start Menu and click on File > New > Other and from the drop-down menu, click on Android Test Project, then at the bottom of the dialog click Next. Enter any name you want and in the Test Target panel, set An Existing Android Project and browse to the Rock Paper Scissors app you made.

Which version of Eclipse did you use?

Look at Help -> About Eclipse IDE. This will tell which product and version thereof that you have installed.


2 Answers

The answer depends on what you want to use in Eclipse. If you are just starting in the Eclipse world go for the smallest (lightweight) packages because they will also make your Eclipse experience smoother (loading, UI, etc.). From your list above I would choose Classic, but, if you ONLY want to focus on Android development, you could try the Google prepackaged version of Eclipse (ADT, see below).

You can install either:

  • standalone Eclipse plus the ADT plugins or
  • the prepackaged version of Eclipse with ADT provided by Google (recommended)

If you already have an Eclipse installed (which you probably want if you already use Eclipse and want to keep the existing worspaces/preferences/etc.) you can only install the ADT plugins from here. And both Indigo and Juno versions of Eclipse should work. Of course that you should try and upgrade your workspace first to Juno and than install the ADT plugins to avoid any other surprises.

The Google prepackaged version of Eclipse is here and will give you less headaches because you have almost everything into it. You only have to use the prepackaged download manager inside Eclipse to download platform versions and device images (and many other tools and examples). This will use Eclipse Juno version.

like image 30
4 revs, 2 users 76% Avatar answered Oct 05 '22 20:10

4 revs, 2 users 76%


I would recommend the ADT Bundle, as it has a suitable version of Eclipse, plus the necessary Android plumbing, in one download.

like image 160
CommonsWare Avatar answered Oct 05 '22 21:10

CommonsWare