I have created an AIR app on windows which uses flex as front end, and c++ native binaries at back end. The two are loosely coupled, and communicate with the help of flex NativeProcessEvents.
As a next step I want to port the same app over android. I do not have any prior experience of Android development, but I understand that Flex 4.5 has a good support for Android. But from whatever I read so far, the C/C++ support for Android is limited. Android NDK seems to be a way to communicate b/w native Android Apps and c++ code, but I am not clear whether it also allows to compile "legacy c++" code to "c++ only" binaries. Is it possible?
Any links/examples on this would greatly help.
Regards, Kapil