develop C#/.NET on Android devices(在 Android 设备上开发 C#/.NET)
问题描述
我想在我的 HTC Magic 上运行 C# 程序,我可以在 Android 市场上找到 mono 应用程序,但我不知道如何使用 C# 运行.
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.
代码只是为了好玩,我不想要官方支持之类的.在 windows mobile 上编写完 Visual Basic 之后,我真的很想在 Android 上编写 C#,无论是直接使用某种编辑器(如果存在),还是在 PC 上编译然后安装到 Android 上.
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.
谢谢
推荐答案
这里有 androidmono 项目,我收集了很多作品,但处于相对早期的阶段.
There's the androidmono project, which I gather pretty much works but is in relatively early stages.
最近:Mono for Android
这篇关于在 Android 设备上开发 C#/.NET的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:在 Android 设备上开发 C#/.NET


- 带有服务/守护程序应用程序的 Microsoft Graph CSharp SDK 和 OneDrive for Business - 配额方面返回 null 2022-01-01
- MoreLinq maxBy vs LINQ max + where 2022-01-01
- 良好实践:如何重用 .csproj 和 .sln 文件来为 CI 创建 2022-01-01
- 在哪里可以找到使用中的C#/XML文档注释的好例子? 2022-01-01
- Web Api 中的 Swagger .netcore 3.1,使用 swagger UI 设置日期时间格式 2022-01-01
- WebMatrix WebSecurity PasswordSalt 2022-01-01
- 输入按键事件处理程序 2022-01-01
- C# 中多线程网络服务器的模式 2022-01-01
- 如何用自己压缩一个 IEnumerable 2022-01-01
- C#MongoDB使用Builders查找派生对象 2022-09-04