I`m trying to build and launch android ndk samples, on version ndk-r10b - it is important, because on older version ndk-r9c i launch android application samples with success(without any errors).
for building i use "ndk-build" command in the folder with sample, for example "samples/native-codec/"
on version "ndk-r10b" i get next error message:
"Android NDK: Your APP_BUILD_SCRIPT points to an unknown file: Android.mk
/home/user/android-ndk-r10b/build/core/add-application.mk:209: *** Android NDK: Aborting... . Stop."
how can i fix it? any useful information will be needed.