I have been using sdk1.5 since I came into contact with Android in July. I know that the SDK has been updated and the ADT has to be updated. I guess the process is troublesome, so I have been too reluctant to change it. I downloaded a piece of code this evening. sdk1.6 is required when I open it, so I had to update it. As a result, some problems are encountered during the installation process. I think some of these problems may also occur. Record them first.
* I first updated sdk1.5 to sdk1.6 on my computer. After starting eclipse, eclipse prompts that the ADT version is too low and must be updated to 0.92 or later. I have read about it before. If you upgrade the ADT directly, there will be problems, and you have not dared to upgrade it directly. Find the method for uninstalling ADT (my eclipse version is 3.5) as follows ):
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.
Next, is to reinstall the ADT-0.94, these people should be familiar with the road...
* After updating the ADT, select Window> Android SDK and AVD manager. The window displayed is very different from the previous one,
Here, we can manage AVD and SDK (do not remember the previous 0.91 can not manage the SDK), if you want to upgrade to the SDK-2.0, select the appropriate content for installation. Google provides three methods for SDK management:
1. Use the android command without any parameters;
2. Use "SDK setup.exe" in the SDK tool ";
3. Use the ADT-0.94 (Version I guess, haha) Plug-in;
Of course, using the ADT plug-in is the most convenient...
* Other links:
New API in Android SDK-2.0: http: // SDK. isandroid. com/SDK/Android-2.0. html # API
Changes to the API of the previous version: http://sdk.isandroid. com/SDK/api_diff/5/changes.html
ADT update address: https://dl-ssl.google.com/android/eclipse/
SDK tools:
Windows: http://dl.google.com/android/Android -sdk_r3-windows.zip
Mac: http://dl.google.com/android/Android -sdk_r3-mac.zip
Linux: http://dl.google.com/android/Android-sdk_r3-linux.tgz