19

As described in the title, every time an XML file (layout or manifest) is clicked, progress shows "Loading data for ..." - and it does it for every version of the API, 2.1 to 4.4.2.

Is there any way of stopping this behaviour. as it slows the system down a great deal ?

Update: I've raised an AOSP bug report for this.

Update 2: I'm pleased to say that the AOSP team have now raised the priority for a fix to 'Critical'.

Update 3: 8 days later and I'm not pleased to say that despite it being marked as a critical bug, it's still waiting on release 22.6.2 to provide a complete fix.

Update 4: Finally 22.6.2 released and it seems to work OK. Thanks go to the authors.

Community
  • 1
  • 1
NickT
  • 23,183
  • 11
  • 76
  • 115
  • 1
    Always have the Android SDK version the same as ADT to prevent unforseen errors. For example, if you use SDK v22.6.1, make sure you also upgrade to ADT v22.6.1 – ChuongPham Mar 25 '14 at 09:27
  • I'm using the old Eclipse Bundle with sdk. If set Android Sdk Path to the sdk bundle, the problem appears but if i use SDK from [USER]/AppData/Android/sdk i works as espected. (AppData Android is generated by Android Studio). My question is, what is the reason for that behavior?. Thanks – jzafrilla Jun 23 '15 at 08:41

2 Answers2

5

ADT 22.6.2 is available. Just update it and this issue disappears.

You can ckeck the general notes here

joao2fast4u
  • 6,574
  • 5
  • 25
  • 41
  • Thanks, As I'd raised the initial bug, I had starred it for e-mail notification on every comment. The authors had commented 22.6.2 as released, so I installed it 2 hours ago (+update to 4 other packages in the SDK including 22.6.2 tools). It seems to be fixed. – NickT Mar 26 '14 at 10:24
  • 4
    I updated to latest ADT version 23 but it still loads data every time I open xml file.I have also updated my Android SDK to version 23 but still problem is not solved.Can you please comment for any solution? – akshay7692 Jul 22 '14 at 06:09
  • @akshay7692 Does it load data and never stops? – joao2fast4u Jul 22 '14 at 09:26
  • 1
    @ joao2fast4u No, it stops after loading data but eclipse freezes for a moment when its loading.This happens every time I open XML file. – akshay7692 Jul 22 '14 at 10:30
  • it returned back at the new ADT (23.xx), What can I do? – Ayman Mahgoub Aug 17 '14 at 15:13
3

I fixed it by switching back to ADT 22.3

Daniel Fath
  • 11,537
  • 6
  • 39
  • 72
crino
  • 31
  • 2
  • 2
    how do you downgrade the adt – Brian Mar 20 '14 at 02:54
  • This stops the incessant "loading .. etc" but with a 22.6 SDK Tools and a 22.3 ADT any project created with the wizard has no stub source code or Activity in the manifest. It does make Eclipse usable though for existing projects or ones created on the command line. – NickT Mar 25 '14 at 09:23