i got error when open xml file in eclipse [duplica

2020-04-05 15:23发布

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.

标签: android
3条回答
够拽才男人
2楼-- · 2020-04-05 15:36

Generally work if you use Project->Clean.

查看更多
Summer. ? 凉城
3楼-- · 2020-04-05 15:41

if you have add additional jar file it may change to display this error. Please check this Properties->java Build path->Order and export make sure related .jar is marked.

查看更多
祖国的老花朵
4楼-- · 2020-04-05 15:48

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)

查看更多
登录 后发表回答