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

前端 未结 5 1944
时光说笑
时光说笑 2021-01-17 07:05

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

相关标签:
5条回答
  • 2021-01-17 07:45

    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.

    0 讨论(0)
  • 2021-01-17 07:45

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

    0 讨论(0)
  • 2021-01-17 07:54

    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.

    0 讨论(0)
  • 2021-01-17 07:57

    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.

    0 讨论(0)
  • 2021-01-17 08:10

    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.

    0 讨论(0)
提交回复
热议问题