I'm using Eclipse for programming on Eclipse. Few days ago, I have installed many features of Enterprise Edition
of Eclipse. When I program on Android and use Android Layout Editor again, I meet many strange thing:
1) I cannot reiceive error/warning. For example, when you use: android:text="stackoverflow"
, Eclipse will warnning: use should use String resource at Left panel (maybe x
or !
). But, I cannot see it now :(
@: hightlight as you see on StackOverFlow, but instead blue, it's red :D
2) Instead of warning/error, I will hightlight red at that line. for example: android:text="stackoverflow"
. And it's very difficult to me to follow.
I think maybe some config change, but when go to Windows\preference\android\Editor: I still cannot see any categories can fix it.
Please help me.
thanks :)
I'm not quite sure what you mean, but I'm assuming that you are no longer seeing warnings or error notifications in the XML editor. Check your settings at
Window -> Preferences -> Android -> Lint Error Checking
. Some error messages might have been set toIgnore
. Any warnings or errors you want to see, you should set to eitherError
orWarning
.Take a look at Warnings in xml resources. This might point you in the right direction and give you visual cues.