Posted inAndroid Software Android NDK Cygwin make error 127 Posted by By Radu Motisan November 18, 2010 Android NDK Cygwin make error 127, but only on some computers. I suspect there's a conflict with other development tools (based on PATH, etc).
Posted inAndroid Software Android Native Play Sound using /dev/msm_pcm_out Posted by By Radu Motisan November 18, 2010 Directly interface the PCM device, using low level native C programming. Play sounds by sending data to /dev/msm_pcm_out
Posted inAndroid Research Software Android Native Screen capture application using the Framebuffer Posted by By Radu Motisan November 18, 2010 Learn how to do a programmatic screen capture on Android, using the framebuffer and some native C code. See how to correctly save a BMP file.
Posted inAndroid Software Android C native development using the NDK under Windows Posted by By Radu Motisan November 18, 2010 Learn how to compile your C code to native Android executables, using Windows, Cygwin and the Android NDK in just 3 easy steps.
Posted inAndroid Software Android NDK for Windows setup guide Posted by By Radu Motisan August 24, 2010 See how to configure Android NDK with Windows and build your JNI project in a few easy steps.