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

假装没事ソ 提交于 2019-12-01 13:41:16

问题


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.


回答1:


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.




回答2:


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.




回答3:


For Mac:

Click Eclipse on the Menu.

Then select About Eclipse SDK to open the about window

Select the Android Dev Toolkit icon (the android icon). You will then find the current version in the version column of the table.




回答4:


open eclipse

 **Help -> about Eclipse -> Installation Detail**

after clicking on Installation detail then it open a new window. it contain all the software with version which is installed in your eclipse.




回答5:


follow below steps... Open Eclipse go to Menu Help -> Installation Detail and below is Image where you can find your Answer



来源:https://stackoverflow.com/questions/5454826/how-to-know-which-version-of-adt-we-are-using-in-eclipse

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!