Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What version of Eclipse is included with the SDK ADT bundle for Android Dev?

See http://developer.android.com/sdk/index.html I want to know whether the bundle contains the buggy version of Eclipse (I think Juno) as well as just for curiosity's sake whether they use classic or java or java ee.

like image 520
Rishi Avatar asked Jan 19 '13 22:01

Rishi


People also ask

How do I know my ADT version in Eclipse?

Go to Eclipse near Apple symbol on top Left. A window opens and here click on Green Android Robot icon. A next winodw opens in which you can find the version of Android ADT.

Which Eclipse is used for Android app development?

For developing the android application using eclipse IDE, you need to install the Eclipse. you can download it from this location download the Eclipse. Eclipse classic version is recommended but we are using the Eclipse IDE for JavaEE Developers.

What is ADT plugin for Eclipse?

Android Development Tools (ADT) is a plugin for the Eclipse IDE that is designed to give you a powerful, integrated environment in which to build Android applications.

What comprises ADT bundle in Android?

The ADT Bundle provides everything you need to start developing apps, including a version of the Eclipse IDE with built-in ADT (Android Developer Tools) to streamline your Android app development. so now we can say its single step download to setup Android development environment.


1 Answers

4.2.

Look into the eclipse/readme/readme_eclipse.html file in the adt folder and you'll find versioning information.

like image 162
Vikram Bodicherla Avatar answered Sep 19 '22 06:09

Vikram Bodicherla