3

我今天刚从 TechEd 2012 回来,在那里我看到了几个分组会议,演示中展示了移动设备模拟器。一个很好的例子是 Daminan Edwards 题为“用于移动和平板电脑开发的 ASP.NET”的 Dev304 会议,他创建了一个 Asp.Net MVC 4 应用程序,然后制作了一个 _Layout.Mobile 文件和一个 Index.Mobile 文件,下载了 JQuery Mobile使用 NuGet,在他的视图中的列表中添加一些样式,并在 Opera 模拟器中运行他的 MVC 应用程序的移动版本,方法是从 Visual Studio 2012 中的工具栏启动 Opera 模拟器。

我今天早上下载了 RC 版本的 Visual Studio 2012,按照 Damian 的演讲中的步骤操作,但不知道如何运行任何移动模拟器。谁能帮我这个?

4

3 回答 3

9

您可以在此处下载 Opera 模拟器:http ://www.opera.com/developer/tools/mobile/

它不包含在 Visual Studio 中。Windows Phone 工具将在稍后更新 Windows Phone 工具时可用。

使用 VS 2012,您可以选择在开始调试时使用哪个浏览器。绿色箭头旁边是一个下拉按钮,最后一个条目是Browse with...。您可以在那里添加 Opera 的模拟器,然后您可以使用该浏览器(以及之前添加的所有其他浏览器)开始调试。

于 2012-06-19T12:13:26.973 回答
1

You could try installing WebMatrix 2 which comes with a set of pseudo-emulators for iPhone, iPad, Windows Phone from memory. Then you can open your project in WebMatrix as a website folder and use its emulators.

http://www.microsoft.com/web/webmatrix/

Not the most elegant solution, but it's cheap ;)

于 2012-12-18T09:23:42.030 回答
0

在 VS2012 中,您可以选择 Browse With 并选择 Add,然后在 WebMatrix 安装文件夹下找到模拟器,您将获得 Iphone 和 Ipad 模拟器。

于 2013-09-22T03:36:17.407 回答