Tag Archives: Resources

NDK and resource files on Android

Some while a go I have started to play with the Android platform and the NDK, being curious about what does offer. One of issues I found annoying was the resources issue. While you could embed resources in the application .apk file, and access them from java easily, accessing them from native code is not [...]