Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to check ADT PlugIn Version? [closed]

Tags:

android

adt

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.

like image 876
swathi Avatar asked Dec 27 '22 06:12

swathi


2 Answers

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

like image 99
Siddharth Lele Avatar answered Jan 11 '23 04:01

Siddharth Lele


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.
like image 20
Prateek Avatar answered Jan 11 '23 03:01

Prateek