0

My Android SDK is refusing to render activity_main.xml in a GUI and shows me this message:

enter image description here

I went to Help > Check for Updates but it says there no updates
How do I get the GUI for activity_main.xml back?

user13267
  • 6,871
  • 28
  • 80
  • 138
  • 1
    http://stackoverflow.com/questions/18852983/eclipse-reports-rendering-library-more-recent-than-adt-plug-in any helpful? – laalto Oct 17 '13 at 10:42

1 Answers1

1

You can update the adt from here

You might need to update the software source for your adt update

Go to eclipse > help > Check for updates.

It should list the latest update of adt. If it is not working try this

go to eclipse > help > Install new software

Click on add

add this url : https://dl-ssl.google.com/android/eclipse/

give it any name.

It will list the updates available- which should ideally be adt 20.xx

Eclipse will restart and hopefully everything should work fine for you.

Mitesh Shah
  • 1,729
  • 2
  • 19
  • 37