4

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.

Lucifer
  • 29,392
  • 25
  • 90
  • 143
swathi
  • 65
  • 1
  • 4

4 Answers4

7

Click on the Help menu and select About Eclipse SDK

That will bring up this popup: enter image description here

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

enter image description here

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.

enter image description here

Siddharth Lele
  • 27,623
  • 15
  • 98
  • 151
2

https://stackoverflow.com/a/5454875/1503130 with reference to this answer.

enter image description here

  • Open Eclipse and click help as shown in the image

Android icon

  • Click on the android icon below

check the adt version

  • Look at the adt version in red box.
Community
  • 1
  • 1
Prateek
  • 3,923
  • 6
  • 41
  • 79
1

I assume you are using Eclipse IDE, then just follow these steps,

  • Go to Windows Menu, Select "Android SDK Manager"
  • It will open the SDK Manager's dialog box as follows,
  • See the SDK version in red circle ( which is your ADT Version )

enter image description here

Lucifer
  • 29,392
  • 25
  • 90
  • 143
0

In eclipse goto Help -> About -> and select the ADT icon to view installation details.

asloob
  • 1,308
  • 20
  • 34