开发者

How to access /res/raw from JNI / NDK C++ code?

开发者 https://www.devze.com 2023-03-30 08:17 出处:网络
Does anyone know how to access a resource from the res/raw folder within an APK from JNI C++ code, or what path it would be when accessed via shell?

Does anyone know how to access a resource from the res/raw folder within an APK from JNI C++ code, or what path it would be when accessed via shell?

Thank, Kevi开发者_C百科n


If you can pass a InputStream, do getResources().openRawResource(resourceId)

0

精彩评论

暂无评论...
验证码 换一张
取 消