up vote 11 down vote favorite
9
share [g+] share [fb]

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

link|improve this question

60% accept rate
Read here: stackoverflow.com/questions/214615/… – Andrejs Cainikovs Sep 18 '09 at 10:27
feedback

2 Answers

up vote 10 down vote accepted

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

link|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
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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