这发生在我现在的两个程序中,完全没有意义.它通常在我添加资源文件时出现(在本例中为菜单).在包浏览器中: - 项目名称有一个小的红色x,表示其中一个文件中有错误 - 没有子文件夹或文件有x或显示任何红色高亮
我的代码都没有错误!偶尔,我看到了这个:
[2010-09-02 16:09:20 - FallDown] 'default' is not a best match for any device/locale combination.
[2010-09-02 16:09:20 - FallDown] Displaying it with 'Normal, Not Long, Landscape, Medium Density, Finger, Soft, Qwerty, Trackball, 480x320'
Run Code Online (Sandbox Code Playgroud)
到底是怎么回事?
这是我第一次使用XML布局制作应用程序.在过去,我总是在运行时动态生成我的布局,所以不要担心,我不是Android新手.不过,这是我第一次使用静态布局.那么这个消息到底是什么?
[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'
每次打开layout/文件夹中的一个布局时,它都会打印到我的Eclipse控制台.如果我从任何其他文件夹打开布局,比如layout-land/我没有收到任何消息.是不是只是图形布局编辑说:"这就是我要为你展示的东西?" 我可以放心地忽略它吗?