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
基础教程推荐
- 如何使用 .Net 检查 Active Directory 服务器是否已启动并正在运行? 2022-01-01
- Azure Functions:CosmosDBTrigger 未在 Visual Studio 中触发 2022-01-01
- Moq It.Is<>不匹配 2022-01-01
- 我应该在后面的代码中直接使用 Linq To SQL 还是使 2022-01-01
- WPF 模态进度窗口 2022-01-01
- 当值可以是对象或空数组时反序列化 JSON 2022-01-01
- C# 从 List<List<int>> 中删除重 2022-01-01
- 禁止输入少量字符,例如'<'、'&a 2022-01-01
- .NET SerialPort DataReceived 事件未触发 2022-01-01
- 如果有人提交恶意软件Nuget包怎么办? 2022-01-01
