For building with the NDK see http://stackoverflow.com/questions/4638778/ndk-api-reference-docs and maybe http://stackoverflow.com/questions/6168303/compiling-c-code-netcat-to-native-android-executable/6168414#6168414
– plaisthosNov 18 '11 at 15:46
Thanks, but I don't need help for using the ndk. I know how to build JNI code for Android. I've got issues building Libav.
– ShowpathNov 21 '11 at 09:15
If you you trying to build it under Windows - it's not possible at all, unfortunately. As is C compiler named arm-linux-androideabi doesn't exist on WIndows (Cygwin).
– Andrei KonstantinovAug 09 '15 at 20:39