Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

When editing XML files in the editor for Eclipse, line numbers are not displayed.

Use case:

I create a layout with many views, one of these lacks android:layout_width attribute. This causes a runtime error when the binary XML layout resource is inflated. The error log tells me to check like 361 in my XML file.

Thanks to the line number being displayed I can find the offending line and make the change without having to open the file in another editor.

share|improve this question

2 Answers

up vote 22 down vote accepted

try right clicking the grey bar and selecting show line numbers it works for me so hopefully it will for u too

enter image description here

share|improve this answer
oh, that's much easier :) – John S. Apr 27 '11 at 0:39
i love upvoters! – owen gerig Sep 13 '12 at 14:12
broken in Juno! :( – mlvljr Feb 15 at 17:26
+1 for such straight explaination..:) – Kalpesh Lakhani Apr 27 at 7:19

In eclipse: Windows > Preferences > General > Editors > Text Editors check: "show line numbers" It is not checked by default. It is for both source code and xml files (at least in helios)

share|improve this answer

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.