Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

i got error when open xml file in eclipse [duplicate]

Tags:

android

In Eclipse i got an error in console, When i am opening the two different name xml files(means A and B are 2 xml file. They have same data) with same data.

I got the following error in console. Why this error came.

How to handle it?

[2011-07-20 15:04:03 - RoadBrake] 'default' is not a best match for any device/locale combination.

[2011-07-20 15:04:03 - RoadBrake] Displaying it with 'Locale Language ___Region __, Small Screen, Short screen aspect ratio, Portrait Orientation, No Dock, Day time, Low Density, Finger-based touchscreen, Soft keyboard, No keyboard, Exposed navigation, No navigation, Screen resolution 320x240' which is compatible, but will actually be displayed with another more specific version of the layout.
like image 844
naresh Avatar asked Jul 20 '11 09:07

naresh


People also ask

Why XML file is not opening in Eclipse?

Go to help->eclipse marketplace then search for xml editor, install the Rinzo XML Editor restart eclipse and you should be ready to go. Save this answer. Show activity on this post. How do I view xml in Eclipse with simple syntax highlighting?

Why XML file is not opening?

Why XML file is not opening? You Don't Have the Right Program There are specific computer programs that are compatible with XML files, and you may not have one installed on your computer. The most common program is Extensible Markup Language File. Try installing this program and see if you can open the file.

What is an XML file error?

An error is a violation of the rules in the specification. In this case, the XML parser is allowed to recover from the error and continue processing. A fatal error is any error that causes an XML document to be no longer well formed. In this case, the XML parser is not allowed to continue normal processing.


2 Answers

Generally work if you use Project->Clean.

like image 137
muthusuba Avatar answered Nov 09 '22 00:11

muthusuba


I got the same problem.

Try to make "Project/Clean", and restart eclipse.

In my case, the problem was a "losed drawable"(Custombutton.xml+2images)

like image 31
ieselisra Avatar answered Nov 09 '22 01:11

ieselisra