views:

245

answers:

1

I'm guessing MonoDroid compiles directly into ARM code. And the NDK, too.

+5  A: 

When the NDK was released, part of the vision was to provide support for multiple binaries for different architectures. AFAIK, that's not available today, so we have to hope it becomes available in the not-too-distant future.

MonoDroid seems dependent upon the NDK, so it too will be limited until NDK multi-architecture support is ready.

CommonsWare