building mono from svn - android target

Posted by Jeremy Bell on Stack Overflow See other posts from Stack Overflow or by Jeremy Bell
Published on 2010-04-20T19:28:20Z Indexed on 2010/04/20 19:33 UTC
Read the original article Hit count: 335

Filed under:
|
|

There were patches made to mono on trunk svn to support android. My understanding is that essentially instead of Koush's system which builds mono using the android NDK build system directly, these patches add support for the android NDK using the regular mono configure.sh process.

I'd like to play around with this patch, but not being an expert in the mono build system, I have no idea how to tell it to target the android NDK, or even where to look. I've been able to build mono from SVN using the default target (linux) on Ubuntu, but no documentation on how to target android was given with the patches.

Since anyone not submitting or reviewing a patch is generally ignored on the mono mailing list, I figured I'd post the question here.

© Stack Overflow or respective owner

Related posts about mono

Related posts about android