After the ADT is installed, the SDK will be updated as well. Later, I want to see what version I upgraded. It turns out that there is a small robot icon in eclipse's help-> about eclipse, which is the android open source project. Click it and you will see its version. My current version is 0.9.7. Complete this process ~~~
If ADT releases a new version, how can we upgrade it? Generally, you can download files or upgrade files online. But it is not the same as the SDK upgrade.
Help-> check updates,
The ddms and Android development toolkit are displayed,
Select it for upgrade. OK ~~
To uninstall ADT, follow these steps (my eclipse version is 3.5 ):
1. Select help> install new software;
2. on the "details" Panel, click "what is already installed? "Link;
3. In the eclipse Installation Details dialog box, select "android ddms" and "android development tools", and click "Uninstall;
4. In the next window, confirm the ADT to be deleted and click Finish to delete it;
5. Restart eclipse.
The address for installing the ADT plug-in is the https://dl-ssl.google.com/android/eclipse/
, Select help> install new software to see the options. You can also download the offline installation package from the official address and install it on this interface. It is not recommended to directly decompress and paste the package into the eclipse directory.