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.
我想知道将图像从 sdcard 复制到 Android 应用程序的 res/drawable 文件夹的可能性,这些是位于 sdscard 中的非常小的位图。
提前致谢
感谢您耐心回答我的问题,我正在尝试将我的位图本地存储到应用程序本地数据位置。
无法编辑 res 文件夹,因为它必须在编译时填充,以便编译生成R.java文件。
无法以编程方式将图像添加到可绘制目录。