Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

HI I have this weird issue. I have the latest version of ADT (11) in eclipse 3.6 R2. When i open any layout xml in graphical view and if i click on any component, the properties window does not get updated/refreshed.

Does any one have face this before? Any solutions?

Note: i Have this issue in some previous verion of ADT as well. Also i use google plugin installed.

I have a seperate copy of eclipse + ADT which works well. (ADT version 10).

share|improve this question

1 Answer

up vote 0 down vote accepted

This is an issue with Eclipse 3.6.2 (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=162079 ) - if you use an earlier version (e.g. 3.5.2) or a 3.7 milestone it should work.

However, we've fixed this for ADT 12 such that it should work on all Eclipse versions (see http://code.google.com/p/android/issues/detail?id=17384 ).

-- Tor

share|improve this answer
i installed ADT 11 on ecipse 3.7 M4, now it doesnt even show graphical layout :( i get error saying "No XML content. Please add a root view or layout to your document." – Vijay Krishna Jun 12 '11 at 9:37
Do you by any chance have a GestureOverlayView as the root child of your layout? If so, that can explain a bug which was fixed in ADT 12 (which was released yesterday). If not, I suspect there's some error/exception thrown that causes this. Can you look in your Error Log? Here's the details on the GestureOverlayView bug: review.source.android.com//#/c/23656 By the way, sorry it took me so long to answer this -- I don't log into stackoverflow often so I just saw this now. You're better off filing bugs on b.android.com :) – Tor Norbye Jul 7 '11 at 15:26
no issues. thanks a lot. infact my problem got fixed in eclipse 3.7 final release with latest ADT and it worked. :) – Vijay Krishna Jul 27 '11 at 11:24

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.