用于在 ubuntu / linux 上测试移动浏览器的模拟器/仿真器
我正在构建网站的移动版本,我想要一种方法来测试它。 许多免费模拟器的问题在于它们是针对 Windows 的。 我知道我可以在 wine 中运行它们,只是想知道是否有本地 GNU/Linux 应用程序。
PS:我想在本地执行这些测试,我不是在寻找在线模拟器。
I'm building the mobile version of a website and I want a way to test it.
The problem with a lot of free emulators is that they are for windows.
I know I could run them in wine, just wondering if there are native GNU/Linux applications.
PS: I want to perform these tests locally, I'm not looking for online emulators.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
在 Ubuntu (.deb) 中安装 Opera Mobile,
它比 Android 模拟器更快,因此更适合 Web 应用程序开发。
Opera Labs 使 Ubuntu 中的安装变得超级简单:
您下载 这个 .deb
下载完成后双击它
在 Ubuntu 软件中心单击“安装” .
然后打开“Dash Home”并写入“op”。
来源:http://www.omgubuntu.co .uk/2010/08/install-opera-mobile-in-ubuntu-deb
Install Opera Mobile in Ubuntu (.deb)
it´s faster then the Android-emulators, so better for Web-apps dev.
Opera Labs have made installation in Ubuntu super easy:
You download this .deb
Double-click on it once download has completed
Click on 'Install' in Ubuntu Software Center.
Then open your ’Dash Home’ an wirte 'op'.
Source: http://www.omgubuntu.co.uk/2010/08/install-opera-mobile-in-ubuntu-deb
在 Chrome 中使用移动模拟模式:
请参阅 https://developer.chrome.com/devtools/docs/device-mode#enable-device-mode
Use mobile emulation mode in Chrome:
See https://developer.chrome.com/devtools/docs/device-mode#enable-device-mode
http://developer.android.com/sdk/1.6_r1/index.html
我知道 android 有一个用于 Linux 开发的模拟器,我相信你可以使用它。我自己用得不多。
http://developer.android.com/sdk/1.6_r1/index.html
I know android has a emulator for linux development I am sure you could use that. I have not used it myself much.
这里有一个模拟器列表:http://www.mobilexweb.com/emulators
There is a list of emulators here: http://www.mobilexweb.com/emulators
GnuPoc 项目为 GNU/Linux 提供了 SymbianOS SDK。也请查看Linux 和 OS X 上的 Symbian 开发页面。
The GnuPoc project provides a SymbianOS SDK for GNU/Linux. Check out the Symbian development on Linux and OS X page too.