MeeGo 手机模拟器无法在 Windows 7 上启动
我正在尝试使用 MeeGo,并且已经下载了 MeeGo 1.1 SDK for Windows
并按照 MeeGo wiki
在我的 Windows 7 系统上安装 SDK,一切正常。但是,当我从 Qt Creator IDE 或 MADDE 终端启动模拟器时,模拟器屏幕会出现,并且在启动欢迎消息后没有任何反应,如下图所示。
我的系统配置如下:
操作系统:Microsoft Windows 7 Ultimate 32 位
处理器:Intel(R) Core(TM)2 Duo CPU [电子邮件受保护] GHz
我还参考了 线程 在 MeeGo 开发者网站上,但似乎这不是我的问题的解决方法。我知道这个SDK是测试版本,但据很多开发人员在Windows系统上使用它,所以我不知道我的模拟器是否有问题。
请发表您的宝贵反馈。
I am trying my hands on the MeeGo and I have downloaded the MeeGo 1.1 SDK for Windows
and followed everything step by step given in the MeeGo wiki
to install SDK on my Windows 7 System and everything was fine. But when I start the emulator from the Qt Creator IDE or MADDE terminal
the emulator screens appears and nothing happens after a startup welcome message as given in below image.
My System configurtion are as follows:
Operating System : Microsoft Windows 7 Ultimate 32 Bit
Processor : Intel(R) Core(TM)2 Duo CPU [email protected] GHz
I have also refered the thread on the MeeGo developer site but seems this is not a workaround of for my problem. I know this SDK is in beta version but as far as many developers are using it on Windows system, so I don't know if there is something wrong with my emulator.
Kindly post your valueable feedback.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我已经找出问题所在了。 MeeGo 模拟器在 KQEMU 上运行,只能在 32 位 Windows 上使用。虽然我安装了32位版本的Windows,但我在Intel官方网站上检查了CPU信息,确实是处理器Intel(R) Core(TM)2 Duo CPU [email protected] GHz 具有 64 位指令集。这就是为什么它没有运行。
I have figured out the problem. The MeeGo emulator runs on KQEMU and it could only be used on 32-bit Windows. Though I have 32-bit version Windows installed but I have checked the CPU information on the Intel's official site and indeed the processor Intel(R) Core(TM)2 Duo CPU [email protected] GHz has 64-bit instruction set. That's why this is not running.