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.
我需要在 NDK 中使用 openGL,我需要加载和使用一些图像 (PNG),也许还有其他文件。这些文件存储在 res\drawable、res\drawable-hdpi 中,但我无法用 fopen() 访问它们……有办法做到这一点吗?有人可以给我一段代码来解决我的问题,因为它非常紧急。
非常感谢你,圣诞快乐,蒂比。
尝试使用 perror(或 strerror)来确定 fopen 失败的原因。