标签: android java-native-interface android-ndk
有没有人知道如何从JNI C ++代码的APK中的res / raw文件夹中访问资源,或者通过shell访问它的路径是什么?
感谢, 凯文
答案 0 :(得分:-2)
如果您可以传递InputStream,请执行getResources().openRawResource(resourceId)
getResources().openRawResource(resourceId)