Windows中的Android浏览器

时间:2012-01-24 06:41:19

标签: android android-emulator webkit

有没有办法在widows中安装Android SDK Web浏览器的Web工具包引擎,并将其自定义为直接在Windows环境中运行?

因此,我们不需要依赖仿真器/设备来检查您的网页在其中的工作方式 - 这将更简单,更快速

4 个答案:

答案 0 :(得分:6)

您可以在Google Chrome中模拟一些Android浏览器功能。输入 Ctrl-Shift-I 打开Chrome开发者工具,点击设置 - 右下角的齿轮图标,点击左侧的覆盖,然后检查用户代理并选择下面的 Android 4.0.2 ,接下来检查设备指标模拟触摸事件。更多信息here

或者,您可以安装Windroy - Android的完整端口到Windows。

答案 1 :(得分:2)

Now on Chrome (at the time of version 53), Device Mode allows to get you close to the real device behaviour (yet not emulating it fully). To launch it:

  • type Ctrl-Shift-I to open Chrome Developer Tools,
  • then type Ctrl-Shift-M to toggle in device mode,
  • a toolbar appears on top of your page with a dropdown menu from which you can emulate different mobile browsers (default option of the menu is "Responsive").

This list of available devices can be augmented in the Developer Tools settings > Devices.

答案 2 :(得分:0)

到目前为止,我发现的最好方法是将移动设备与Chrome's Remote Devices feature连接

Chrome Remote Device


  1. 在Android上打开“开发人员选项”屏幕。
  2. 选择启用USB调试。
  3. 在开发计算机上,打开Chrome。
  4. 打开DevTools。
  5. 在DevTools中,单击主菜单主菜单,然后选择更多工具>远程设备。
  6. 您需要在移动设备中打开Chrome,您会看到一个列表,其中包含所有打开的标签页

这很棒,因为不仅可以直接在计算机中浏览移动设备的标签,而且可以正常调试应用程序,就像在Chrome桌面上进行调试(元素,控制台,源,网络,性能,应用程序,安全性等)。 查看远程调试疑难解答部分over here

答案 3 :(得分:-1)

我不认为这是可能的,因为浏览器是为在Android堆栈上运行而构建的。