English 中文(简体)
Eclipse和AndersonML布局表示,“缺省与任何装置/当地组合相比并非最佳”
原标题:Eclipse and Android XML layouts gives " default is not a best match for any device/locale combination"

这是我第一次用XML布局做一 app。 过去,我总是在常年生动地产生我的布局,因此不感到担忧。 然而,这是我第一次静态布局。 因此,这一信息是什么?

[2010-09-22 20:43:23 - Rockport] default is not a best match for any device/locale combination.
[2010-09-22 20:43:23 - Rockport] Displaying it with Locale Language ___Region __, Normal Screen, Short screen aspect ratio, Landscape Orientation, No Dock, Day time, Medium Density, Finger-based touchscreen, Soft keyboard, Qwerty keybard, Trackball navigation, Screen resolution 480x320

每当我打开<条码>下传/的夹时,便向我的Eclipse console印刷。 如果我从任何其他方面,如<代码>--------/开放布局,那么我就得不到任何信息。 只是图形版主说,“我会如何为你们展示东西?” 我能否安全地忽视它?

最佳回答

这并不意味着忽视它。

说的是,Eclipse已经找到了一种它认为更为准确的布局,并正在转用。

例如,如果你有缺省布局和低密度布局,就会转向低密度布局。 您对布局所作的任何改动都属于低密度法而不是缺省法。

我不知道,除了关闭Xml和打开正确的声音之外,如何转而去,这正在变得非常令人厌恶。

如果任何人知道如何开关,如果是,我尝试在低密度和中度密度装置之间改变编辑的顶点,请告诉我。 感谢。

问题回答

在选定XML号档案中,没有管理该项目。 清洁建设项目,在选择运行后,只有点击项目名称,否则就没有错误。

我有这个问题,我刚才通过从我的布局图解中选择我的“主要行为”项目,从“相关的活动或提供环境的碎片”。





相关问题
In Eclipse, why doesn t "Show In" appear for non-Java files?

If I have a *java file open, I can right click on the source, scroll down to "Show In (Alt-Shift-W)", and select Navigator. If I have an *xml, *jsp, or pretty much anything besides a Java source ...

Eclipse: Hover broken in debug perspective

Since upgrading Eclipse (Galileo build 20090920-1017), hover in debug no longer displays a variable s value. Instead, hover behaves as if I were in normal Java perspective: alt text http://...

Eclipse smart quotes - like in Textmate

Happy Friday — Does anyone know if eclipse has the notion of smart quotes like Textmate. The way it works is to select some words and quote them by simply hitting the " key? I m a newbie here so be ...

Indentation guide for the eclipse editor

Is there a setting or plugin for eclipse that can show indentation guides in the editor? Something like the Codekana plugin for visual studio (not so fancy is also OK). Important that it works with ...

Adding jar from Eclipse plugin runtime tab

I want to add .jar files for plugin from the Runtime tab of manifest file. When I use the Add... button, I can see only sub-directories of the plugin project. So if I want to add same .jar file to ...

How to copy multiple projects into single folder in eclipse

I have two projects, Project1 and Project2. Now i want to copy this projects into eclipse workspace but i want these projects to be in a single folder like below. Eclipse Workspace -> Project -> ...

Java: Finding out what is using all the memory

I have a java application that runs out of memory, but I have no idea which code is allocating the memory. Is there an application with which I can check this? I use Eclipse.

热门标签