Mono-Droid 和应用程序交付
我正在尝试构建一个 C# 应用程序来管理我的《地下城与地下城》的几个方面。龙喜欢游戏。我的一位朋友是 DM,他需要特定的工具来帮助他更好地管理世界信息。所以我提议这样做,但我需要做的工具需要大量的处理能力,所以我不想使用 PHP/MySQL 来完成它们。 (另一个原因是 C# 也更容易实现世界生成器)
Xanarin 网站和 mono-droid.com wiki 上尚不清楚您是否可以手动部署应用程序并将其手动安装在手机或平板电脑上。朋友的平板电脑,而无需支付 400 美元的巨额费用。
我只是想为自己和我的朋友构建一个 C# 应用程序,我不会卖回任何商业内容,所以我发现 400 美元对我来说有点太贵了,但免费版本允许你只模拟你的应用程序,如果你想部署,你就必须支付许可费......休......
那么有没有一种方法可以做到这一点而又不掏我的口袋......?
I'm trying to build a C# app that manages a few aspects of my Dungeons & Dragons like game. One of my friend is the DM and needs specific tools to help him manage the world information better. So i proposed to do it but the tools i need to do require a good deal of crunching power so i don't want to do them using PHP/MySQL. (The other reason is that C# will be much easier to achieve that world generator too)
It's not clear on the Xanarin website and on mono-droid.com wiki if you can deploy an application manually and install it manually on your phone or on a friend's tablet pc without having to pay the HUGE 400$ fee.
I'm just trying to build a C# app for myself and my friends, nothing commercial that i'll sell back, so i find the 400$ a bit too costly for me, but the free version allows you to only emulate your app and if you want to deploy, you'll have to pay for the licence fee... hugh...
So is there a way to do this without ripping off my pockets...?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
简而言之:不。正如您所提到的,Mono for Android 的评估版本仅允许部署到模拟器。目前部署到设备需要完整许可证。
根据您的需求,如果许可费用对于您的项目来说太高,我建议您查看用于开发 Android 应用程序的标准 Java 工具,这些工具是免费的。如果您希望在应用程序中利用现有的 .NET 代码或者已经非常熟悉 C#,那么仅就可以节省的时间而言,许可证可能是值得的。
In short: no. As you mentioned, the evaluation version of Mono for Android only allows deployment to the emulator. Deployment to devices currently requires a full license.
Depending on your needs, if the license fee is too high for your project, I'd recommend taking a look at the standard Java tools for developing Android applications, which are free of charge. If you're looking to leverage existing .NET code in the application or are already very familiar with C#, the license may potentially be worthwhile just for the time it could save.
不,我不相信有一种方法可以在不收取费用的情况下将其部署到手机上。
No, I don't believe there is a way to get it deployed to the phone without that fee.