我目前正在为我的应用做平板电脑布局,直到现在一切都运转正常。但是,当我现在加载我的布局,并从下拉列表(Nexus 10或10.1 WXGA)中选择一个平板电脑大小的配置时,我遇到了以下错误:
没有资源符合配置
, , Locale Language ___Region __, , sw800dp, w1280dp, h800dp, Extra Large Screen, Short screen aspect ratio, Landscape Orientation, Normal, Day time, X-High Density, Finger-based touchscreen, Soft keyboard, No keyboard, Hidden navigation, No navigation, Screen resolution 2560x1600, API Level 17
Change the configuration or create:
res/layout-sw800dp-w1280dp-h800dp-xlarge-notlong-land-notnight-xhdpi-finger-keyssoft-nokeys-navhidden-nonav-2560x1600-v17/newtabletlayout.xml
这肯定是某种形式的错误,因为我只使用标准的Nexus 10配置,为什么它不能显示?
答案 0 :(得分:0)
当所需的布局文件不适用于您选择的配置时,会发生这种情况。您是否在布局文件夹中提供默认布局文件?你能给我们你在项目中使用的drawable和layout文件夹列表吗?