android中res中的新文件夹

发布于 2024-12-09 07:41:44 字数 113 浏览 1 评论 0原文

我在android的res中添加了名为drawableb的新文件夹,并在其中放入了一些xml,但是当我尝试从布局中使用该xml时,我无法使用名为drawableb的文件夹。任何人都可以帮我如何做到这一点。 谢谢。

I added new folder named drawableb in res in android and put some xml in it, but when I tried to use that xml from layout, I was not able to use the folder named drawableb. Can anyone please help me how to do this.
Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

谁的新欢旧爱 2024-12-16 07:41:44

使用 Android Studio 和 Gradle,您现在可以拥有多个 资源文件夹合并。尝试在可绘制文件夹中使用多个子文件夹并更新 build.grade 文件中的 sourceSets。有关更多详细信息,请参阅以下答案:

With Android Studio and Gradle you can now have multiple resource folders that get merged. Try using multiple subfolders in your drawable folder and update the sourceSets in your build.grade file. See these answers for more details:

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文