Which Eclipse version should I use for an Android app? -


i starting develop android applications. version of eclipse should use?

i see there 11 versions. confused these:

  1. eclipse ide java developers
  2. eclipse classic 3.6.1
  3. eclipse ide java ee developers
  4. pulsar mobile developers

update july 2017:

from adt plugin page, question must unasked:

the eclipse adt plugin no longer supported, per this announcement in june 2015.

the eclipse adt plugin has many known bugs , potential security bugs not fixed.

you should switch use android studio, official ide android. transitioning projects, read migrate android studio.


Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -