Android + Eclipse 4.1
I installed the android plugin for eclipse, on eclipse 4.1. Everything works except the DDMS perspective. Any of you guys know a solu开发者_运维问答tion?
You should use Eclipse 3.7. Eclipse 4.* is a work in progress and shouldn't be used in production environments yet.
Seems to be fixed in 4.2
http://code.google.com/p/android/issues/detail?id=19105
While I agree with Chris that 3.7 is the stable environment to use, there's not really anything wrong with using an unstable development environment if you're willing to accept the risks that go along with it (generally I would think that issues would mostly be limited to design-time and not run-time). If the only thing that is missing is the DDMS perspective, you could consider simply running DDMS directly instead of inside Eclipse.
精彩评论