Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I want to run C# programs on my HTC Magic, I can find the mono app on the Android market but I have no clue on how to run C# using.

The code is just for fun, I don't want official support and such. After coding Visual Basic on windows mobile, I really want to code C# on Android, whether directly using some sort of editor if exists, or compiling it on a PC then installing it on Android.

If anyone knows a way to do such please let me know.

Thank you

share|improve this question
Read here: stackoverflow.com/questions/214615/… – Andrejs Cainikovs Sep 18 '09 at 10:27

4 Answers

up vote 13 down vote accepted

Yes there is. Check out this article on how to build mono for Android.

share|improve this answer
If I'll make app this way, will I be able to deploy the application via Android Market? – Pavel Surmenok Jul 25 '11 at 7:09

There's the androidmono project, which I gather pretty much works but is in relatively early stages.

EDIT: More recently: Mono for Android

share|improve this answer
And is commercial project. – Shimmy Mar 18 '12 at 3:29
@Shimmy: It wasn't when I posted it :) – Jon Skeet Mar 18 '12 at 7:22
Then they suck much more – Shimmy Mar 18 '12 at 8:51
@Shimmy: So do you think no-one should charge anything for software? (It's not actually clear to me that androidmono is a commercial project, by the way... what made you think it is?) – Jon Skeet Mar 18 '12 at 8:53
1  
@Shimmy: You seem to be getting confused between the open and free androidmono project, and the commercial Mono for Android project. They're not the same thing. (You should also think about how long it takes to earn $400. If paying for something saves you a few days work, it earns its cost back immediately.) – Jon Skeet Mar 18 '12 at 9:19
show 7 more comments

As I originally answered this over two years ago...

These days I would look at Mono for Android, developed by the Mono team.

It's a commercial product, but yes, you can then sell your app on the Android Marketplace (aka Google Play store).

share|improve this answer

Xamarin supports C# coding for both Android and iPhone, and is based on Mono. For more details, check out: http://xamarin.com/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.