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

kumari picture kumari · Mar 28, 2011 · Viewed 23.6k times · Source

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.

Answer

Vikas Patidar picture Vikas Patidar · Mar 28, 2011

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.