How to create an Android NDK sample: "bitmap-plasma"

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

+3
source share
2 answers

It's good that it works now, so if someone had the same problem:

The version of the android-ndk-r4b hotfix is ​​released today, which seems to no longer have this problem. Available for download here.

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

+2

Ubuntu 10.04 NDK r5b, ( ) build_platforms.sh. . http://code.google.com/p/android/issues/detail?id=15180. , symlink . ( ) .

, .

0

Source: https://habr.com/ru/post/1754133/


All Articles