Every time I click on an Android XML file in Eclipse, it loads data for all API versions

随声附和 提交于 2019-11-26 21:48:26

问题


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.


回答1:


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

You can ckeck the general notes here




回答2:


I fixed it by switching back to ADT 22.3



来源:https://stackoverflow.com/questions/22297573/every-time-i-click-on-an-android-xml-file-in-eclipse-it-loads-data-for-all-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!