Skip to content

January 15, 2021

  • Links
  • Facebook
  • Youtube
  • About
PocketMagic

PocketMagic

Where Technology meets magic

  • Home
  • /

Blog options

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

ndk

Android NDK Cygwin make error 127

November 18, 2010
0 comment

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).

Read More >>

Android Native Play Sound using /dev/msm_pcm_out

November 18, 2010
6 comments

Directly interface the PCM device, using low level native C programming. Play sounds by sending data to /dev/msm_pcm_out

Read More >>

Android Native Screen capture application using the Framebuffer

November 18, 2010
118 comments

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.

Read More >>

Android C native development using the NDK under Windows

November 18, 2010
21 comments

Learn how to compile your C code to native Android executables, using Windows, Cygwin and the Android NDK in just 3 easy steps.

Read More >>

Android NDK for Windows setup guide

August 24, 2010
36 comments

See how to configure Android NDK with Windows and build your JNI project in a few easy steps.

Read More >>
© PocketMagic