I am trying to build a sample of a raster plasma, which is included in ndk, but I get an error. I run ndk-build from the samples / bitmap-plasma directory, and the error it shows is that it cannot find the android / bitmap.h file.
How can I configure ndk-build script to the desired file?
Using android-ndk-r4 on Ubuntu Lucid 10.04
source
share