Using AIR for Android, is it possible to call from Flex into an NDK library? If so, how can this be done?
I have a large C library that I need to use. I know that I can do this from an Android Java app (through JNI), but I have a large Flex codebase that I'd like to reuse.