0

I'm currently running Eclipse Kepler, with the Android Plugin.

I recently created a new Android Project, added a few activities and everything seemed fine until I started noticing that Eclipse, everytime I opened an existing .xml file (strings, values, mainactivity, you name it) the progress console showed that Eclipse is loading the "data for Android 4.3". I mean, literally, everytime I open a .xml document.

It's quite frustrating because it loads the same package over and over again and it can take some considerable time.

The SDK is fully updated, so is Eclipse.

  • Give it some time.It will be fine – Talha Q Mar 18 '14 at 20:39
  • 1
    possible duplicate of [Every time I click on an Android XML file in Eclipse, it loads data for all API versions](http://stackoverflow.com/questions/22297573/every-time-i-click-on-an-android-xml-file-in-eclipse-it-loads-data-for-all-api) – NickT Mar 18 '14 at 20:45
  • @TalhaQ: No it won't. – NickT Mar 18 '14 at 20:47

1 Answers1

0

I fixed it by switching back to ADT 22.3, just like @crino said in the possible duplicated question posted by @NickT.

Thanks to both of you.