TN.
TN.

Reputation: 19820

How to build plain Mono for Android?

I am currently using Mono on Raspberry PI. I know there is a commercial full featured Mono for Android developed by Xamarin and that there is also free limited trial version.

Is there still an open source version of plain Mono for Android? I mean a plain version like for Raspberry PI -- without Android SDK, just for console applications, etc.

I have found: https://github.com/koush/androidmono. But it seems that it is no longer developed.

Is it possible to build plain Mono for Android?

Upvotes: 3

Views: 1617

Answers (1)

SKall
SKall

Reputation: 5234

Building Mono for ARM is described here: http://www.mono-project.com/docs/about-mono/supported-platforms/arm/

Upvotes: 1

Related Questions