Monthly Archives: May 2012
NDK File Permissions Gotcha and Fix
The Android NDK (Native Development Kit) is a complementary toolkit for the Android SDK which enables developers to create native binary code. With the NDK, developers can harness the speed and performance of C to augment their Java Android SDK application. Typical uses for this are performance critical functions used in audio/video playback or rendering graphics [...]

