Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to know which version of ADT we are using in eclipse?

Can any one tell, how to know which version of ADT plugin I am using in eclipse?

And which version of Android SDK I am using?

Please let me know I am new to Android.

like image 763
kumari Avatar asked Mar 28 '11 04:03

kumari


People also ask

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 is the importance of Eclipse ADT plug in in Android environment briefly explain?

ADT extends the capabilities of Eclipse to let you quickly set up new Android projects, create an application UI, add packages based on the Android Framework API, debug your applications using the Android SDK tools, and even export signed (or unsigned) . apk files in order to distribute your application.


2 Answers

For ADT Version:

(Windows) Go to Eclipse menu Help >> About Eclipse

(For MAC) About Eclipse is not under Help menu. Go to Eclipse near Apple symbol on top Left.

(For MAC) Go to Eclipse >> About Eclipse

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.

And for the SDK Verson:

Go to Eclipse menu Window >> Android SDK and AVD Manager

A window opens and in this select Installed packages there you can find all information about SDK.

like image 161
Vikas Patidar Avatar answered Sep 24 '22 18:09

Vikas Patidar


go to

Help -> Install new softwares -> Click on Hyperlink "What is already installed".

You can see the version from here..

Best way to upgrade is check for updates from help menu.

like image 27
Vinay Avatar answered Sep 21 '22 18:09

Vinay