views:

642

answers:

1

I am trying to build the bitmap-plasma sample that is included with the ndk, but getting an error. I run ndk-build from the samples/bitmap-plasma directory, and the error it displays is that it cannnot locate android/bitmap.h file.

How do i direct the ndk-build script to the file it needs?

Using android-ndk-r4 on Ubuntu Lucid 10.04

+1  A: 

Well it's working now, so in case anyone was having my same problem:

There as an android-ndk-r4b bugfix release today, which it seems no longer has this problem. Available to download here.

http://developer.android.com/sdk/ndk/index.html

peepsalot
Thanks for this!
ognian