本文介绍了绘制-土地xhdpi =无效的资源目录的名字吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我的项目得到了绘制,陆地xhdpi一个错误在res /文件夹无效的资源目录名称。任何人有什么想法?我已经绘端口,xhdpi之前就好坐在那里,当我在错误开始发生提拉 - 土地xhdpi文件夹添加它的唯一。
My project's getting an error for drawable-land-xhdpi as an invalid resource directory name in the res/ folder. Anyone else have any ideas? I've had drawable-port-xhdpi sitting there just fine before, and it's only when I added in the drawable-land-xhdpi folder that the errors started happening.
推荐答案
呸。 Eclipse中做了一些额外的怪异的目录名,因此导入命名绘制,土地xhdpi项目,但实际的文件夹名称是绘制,陆地xdpi(缺少xhdpi的H)。
Bah. Eclipse did something extra weird with the directory names so it imported into the project named drawable-land-xhdpi, but the actual folder name was drawable-land-xdpi (missing the "h" in xhdpi).
课程:总是寻找错别字
这篇关于绘制-土地xhdpi =无效的资源目录的名字吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!