Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse load data from 2.3 to 4.4 every time you open an xml file

Recently, I updated Eclipse with 22.6.0.v201403010043-1049357. I don't know whether it's a bug or a problem in my settings, the Eclipse loads data from 2.3 to 4.4 every time you open an XML file and when you press the Save all button. Due to this it is too slow to work.

like image 333
vicky Avatar asked Mar 11 '14 09:03

vicky


2 Answers

If you have multiple android projects in eclipse with different Project Build Target or when you change the build target to a new target , Eclipse will always try to load the graphical layout for that particular target version hence increasing the load time.

What I suggest is that you disable the "Build Automatically" option under "Project" atleast you should not experience the load time while saving.

like image 133
Navaneeth Avatar answered Nov 06 '22 08:11

Navaneeth


I have also faced this issue, but Latest Updated ADT is now available, and you can check the updates here

It seems to be fixed.

like image 5
The Heist Avatar answered Nov 06 '22 08:11

The Heist