0

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?

Eric
  • 19,525
  • 19
  • 84
  • 147

2 Answers2

1
  • 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

Community
  • 1
  • 1
wired00
  • 13,930
  • 7
  • 70
  • 73
1

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.

SylvainL
  • 3,926
  • 3
  • 20
  • 24