Eclipse freeze accessing project -> properties -> android tab

可紊 提交于 2019-11-27 22:10:56

Ok, so I don't claim to understand it, but I've tried it more than once and confirmed it. When I'd go to the Android tab in Properties, the window automatically stretches the full height of my monitor and freezes. So, I killed it and went back in, but this time, starting on a different category ("Resource" in this case), I squashed the window height down to almost as small as it could get and clicked on Android. It worked. Didn't freeze. Then I was able to expand the window to see the list of libraries. No idea what it is, but I did it several times...recreating the freeze and then the fix. Hopefully this will save someone else...

i have found the reason ,because the list of available Android sdk is too long ,the window of the property can't be drawn immediately ,so it has no response. the solution is open the SDK Manager ,delete the old sdk platform ,such as 1.5 1.6 3.0 3.1 3.2 those are not used usualy.then restart the eclipse .it works now .

For these kind of problems you have to try the following (in the same order) and stop when it works.

  1. Play around inside eclipse by closing and opening project, deleting and reimporting projects etc.,
  2. Restart eclipse
  3. Restart system
  4. Upgrade to the latest android SDK
  5. Upgrade to the latest eclipse version

Usually you should stop at 2. Sometimes you need to stop at 3. Occasionally at 4 and Rarely at 5.

Good luck.

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