添加可绘制资源
这一定是我刚刚忽略的事情,或者可能是我的 ADT 安装已经过时了。
当我尝试向项目中添加新的可绘制资源时,我在“新建 Android XML 文件对话框”中没有看到可绘制类型。
这是我在添加资源时看到的内容:
http://img221.imageshack.us/img221/ 2977/drawable.jpg
我在这里缺少什么?
This must be something I’m just overlooking or possibly my ADT install is out of date.
When I attempt to add a new drawable resource to my project I don’t see a type of Drawable in the “New Android XML file dialog.”
Here’s what I see when adding a resource:
http://img221.imageshack.us/img221/2977/drawable.jpg
What am I missing here?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这似乎只是插件中的一个错误。当您第一次打开对话框时,文件夹设置为“/res/drawable”,但是一旦您输入文件名,它就会抱怨“必须选择其中一种类型(例如布局、值等)”,但“drawable”是不是单选框列表中的类型之一!
因此,甚至不可能将空文件放入可绘制目录中(当然,必须以像素密度或语言等的设定顺序给出一组限定符)。
It appears to just be a bug in the plugin. When you first open the dialog the folder is set for "/res/drawable" but once you enter a filename it then complains "One of the types must be selected (e.g. layout, values, etc.)", but "drawable" is not one of the types in the radio box list!
So it's not even possible to put an empty file in the drawable directory (of course with the set of qualifiers that must be given in a set order for pixel density or language, etc).