Steps to follow when the Android Development Tools (ADT) fall out of sync with the Android SDK Tools
In theory the Android Developments Tools (ADT) development environment should auto detect when it needs to install updates, but I've found that in practice there are times when the Android SDK Manager updates the Android SDK Tools to the latest version but the ADT environment doesn't follow suit and this breaks certain parts, for example the launching of apps.
In this situation, the first thing to do is:
- go to the ADT menu and select 'About...'
- click on Installation Details
- check the version number of your Android Development Tools aligns with that of your SDK tools in the SDK manager (Window -> SDK Manager)
- click on the drop-down menu button for the 'Work with' box and select the Android Developer Tools Update Site with the URL: http://dl-ssl.google.com/android/eclipse/
- if you don't have this on your selection menu, then add it using the Add... button
- select the items that appear in the available box and select Next
- agree to the Licenses and then Finish
- click OK to any warnings
- finally, you most likely need to restart and will be prompted to do this
Further reading
How can I update my ADT in eclipse? (StackOverflow)
Comments
Post a Comment