am facing a problem in Eclipse android development tool
Source not found EDIT SOURCE LOOKUP PATH
while i debug code in class Instrumentati
I came across the same error. It was due to variable used to change the app background color. I had created a varibale in string.xml as mycolor = "#FF3344" and had added it as background of Linerar Layout. It seems more of coding error.