zoukankan      html  css  js  c++  java
  • Why doesn't Genymotion run on Windows 10?

    To date, VirtualBox is not yet fully compatible with Windows 10. As Genymotion relies on the use of VirtualBox in the background, some problems may arise. If you have any troubles running Genymotion on Windows 10, we first recommend that you put VirtualBox in a clean state. To do so:

    1. Uninstall VirtualBox.
      Reboot your computer if prompted by the installer.
    2. Install the version of VirtualBox recommended for Windows 10
      Reboot your computer if prompted by the installer.
    3. Open VirtualBox and go to File > Preferences > Network.
    4. Remove all existing host-only networks by clicking Description 1.
    5. Start Genymotion a first time.
    6. In the event of a failure, start Genymotion a second time.

    If Genymotion still doesn’t run, you can manually configure a host-only network:

    1. Open VirtualBox and go to File > Preferences > Network.
    2. Add a new host-only network by clicking Description 1.
    3. Edit its configuration by clicking Description 1.
    4. In the Adapter tab, set the following values:
      • IPv4 Address: 192.168.56.1
      • IPv4 Network Mask: 255.255.255.0
    5. In the DHCP Server tab, set the following values:
      • Check Enable Server.
      • Server Address: 192.168.56.100
      • Server Mask: 255.255.255.0
      • Lower Address Bound: 192.168.56.101
      • Upper Address Bound: 192.168.56.254
  • 相关阅读:
    centos 安装python3.6 简易安装过程
    包装类型
    剑指offer二叉树中和为某一值的路径
    剑指offer 捡绳子
    按位与的技巧
    SpringBoot 登录拦截功能的实现
    AIO实现简单http服务器
    真题-数的分解
    重建二叉树
    旋转数组的最小数字
  • 原文地址:https://www.cnblogs.com/hoge/p/5565247.html
Copyright © 2011-2022 走看看