无法运行“HelloWorld”我的设备上的 monodroid 应用程序
Helo.apk 和 Hello-signed.apk(由 vs2010 monodroid 提供)(来自模板的默认 monodroid 应用程序 我有 LG android2.2 手机,我通过 USB 将这些文件加载到我的手机上。 当我运行它时,我看到“意外错误进程 Hello.apk”) 在模拟器设备应用程序中工作正常 Mycompilation config-debug all cpu
- 我应该在我的设备上安装 mono 吗?
- 我应该使用另一个版本吗 配置(链接 sd 和用户程序集)
- 什么是使用共享 图书馆?
PS我正在使用monodroid的试用版
Helo.apk
and Hello-signed.apk (by vs2010 monodroid)(default monodroid app from template
I have lg android2.2 phone and i load by usb to my phone those files.
When i run it i see "Unexpected error process Hello.apk")
In emulator device application works fine
Mycompilation config-debug all cpu
- Should i install mono to my device?
- Should i use another build
configuration(linking sd and user assemblies) - What is use shared
libraries?
p.s i am using trial version of monodroid
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
monodroid 的试用版不支持推送到手机,您必须在模拟器上尝试示例应用程序。
编辑:
是的,模拟器非常糟糕,我感受到你的痛苦 - 这也是试用版几乎无用的地步。但这不是 monodroid 需要解决的问题,即使它给他们的产品描绘了一个非常糟糕的画面。使用 monodroid 在手机上进行开发和调试实际上效果更好。
The trial version of monodroid does not support pushing to phones, you will have to try your sample app on an emulator.
Edit:
Yes the emulator is pretty bad, I feel your pain - it's too the point where the trial version is almost useless. This is not monodroid's problem to solve though, even if it paints their product in a very bad picture. Developing and debugging on the phone with monodroid works actually much better.