Eclipse version for Android development

I am having trouble choosing the version of Eclipse for Android. I downloaded Eclipse Mars 1 and it does not show ANDROID NEW, so I need to know what I'm loading.

I read several sites on the Internet, and they said that you go to File > new > Project > Android. I just use Eclipse mars 1. I did not have this, so I need to know what I need to use, and I do not want to use Android Studio. Is it just the Eclipse that I need, or the plugin that is needed. So which version of Eclipse should I use?

+4
source share
4 answers

To encode Android applications in Eclipse, you need to install Android ADT in the Eclipse you use (in your case it is Mars), this is done through Help -> Install New Software, and then add https://dl-ssl.google.com/android/eclipse/ in the combo , " then select “Developer Tools” and click “Next” and then “Finish.” Then restart Eclipse and run File > new > Project > Android, you will find it. For more information, see this site But I recommend that you go to Android Studio, since now the official development of Android IDE

+3
source

Eclipse requires an ADT plugin to support Android development.

ADT 23.0.7 ( 2015 .) Eclipse Indigo ( 3.7.2) .

ADT Google.

Android Developer Tools (ADT) Eclipse . Android Studio.

Android Studios Android.

+3

, .

, adt-bundle windows max , .

Inside there is an eclipse folder, and you have eclipse.exe

+1
source

Source: https://habr.com/ru/post/1626758/


All Articles