Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我不明白 MonoDevelop 是如何编译代码的。一旦代码正确,我们选择“Build”,然后选择“Run”,就这样了吗?谢谢!
Command-Return(在 Mac 上)将运行调试。这就是我 99% 的时间使用的东西。一键轻松。可执行文件最终位于项目文件夹的 /bin 文件夹中。
最终,我安装了 Xamarin,一切正常,就像您在上面描述的那样。感谢您的耐心等待!