Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 Eclipse 中将 PNG 文件与我的 Android 项目相关联,但我不想实际发布它——它只是我用来生成 icon.png 文件的各种 icon.png 文件的更高分辨率版本。但是无论我把这个PNG文件放在哪里,我都会收到错误“无效的资源目录名称”。我应该把它放在哪里?我真的不想把它放在项目文件夹之外,因为这会使它与项目分离!
将文件夹添加_workspace到您的资源文件夹并将其放在那里。
_workspace
你用它做什么?你可以把它放在你的drawable文件夹中,命名为icon_ginormous.png。这样您就可以使用您的资源引用它。