在Eclipse中,我在控制檯中出現錯誤,當我打開兩個不同名稱的xml文件(意味着A和B是2個xml文件,它們具有相同的數據)和相同的數據。我在Eclipse中打開xml文件時出現錯誤
我在控制檯中出現以下錯誤。爲什麼出現這個錯誤。
如何處理?
[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.
看到這個鏈接..http://stackoverflow.com/questions/3630873/eclipse-tells-me-my-project-has-errors-nothing-is-red-highlighted – Sujit
我有同樣的問題,但我的XML文件在不同的項目,但完全一樣,有這個問題。鏈接中的解決方案不能解決問題。 – prolink007
您是否嘗試過[newest](http://stackoverflow.com/questions/3630873/eclipse-tells-me-my-project-has-errors-nothing-is-red-highlighted/7948961#7948961)問題呢? – Adinia