How to check ADT PlugIn Version?

adt, android

Solution

Click on the Help menu and select About Eclipse SDK

That will bring up this popup:

In it, click on the button with the Android logo in (highlighted red) which will bring up:

This will show you the current installed ADT version.

Alternatively, you can also go to the Help menu -> Install New Software. Then select the ADT Plugins from the Work with section, expand the Developer Tools option and see the version currently installed.

Problem

I am new to Android, I have installed the Android Development tools successfully, but i am unable to find which ADT version i have installed. Please guide me the procedure for checking the ADT version.

Original source

Related problems