Reputation: 19873
I have downloaded ADT in January. I just updated the SDK to latest. When I launch Eclipse, it get a warning that my SDK version now requires ADT 21.1, so I click to check for updates, but Eclipse does not find any udate.
Now most of my features no longer work, and prompt for a NullPointerException whenever I do any action.
Is there a way to force eclipse to update or to download the correct package and force the update?
Upvotes: 0
Views: 880
Reputation: 14508
Have you tried making sure the Android SDK first? Goto Window > Android SDK Manager. Make sure all that is updated then try Help > Check For Updates again
you could then try uninstalling the ADT plugin and -reinstall. (Uninstalling Android ADT) Google mentions if you have problems to uninstall it (http://developer.android.com/tools/sdk/eclipse-adt.html)
if that doesn't uninstall correctly then you may have to have uninstalling and re-installing Eclipse entirely
Upvotes: 1
Reputation: 3938
Also verify that your version of Java is patched to the latest update. It's not a bad idea to reboot the computer after each update, too.
Upvotes: 1