我目前正在为我的应用程序开发平板电脑布局,到目前为止一切正常。但是,当我现在加载我的布局并从下拉列表中选择一个平板电脑大小的配置(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 配置,任何想法为什么它不会显示?