Tag Archives: Genymotion

[solved] genymotion, “unable to load VirtualBox engine”

System: win10 64bit

Genymotion version: 2.5.4
version

VirtualBox version: 5.0.4

Today, I plan to try the simulator of genymotion, and then download the latest version from the official website: https://www.genymotion.com/#!/download

However, the following error occurred after the installation:

Virtualization engine not found. Plugin loading aborted.

Locate the log directory according to the prompt and open the log file: general- genymotion.log

As shown in the figure below:

Progress state: E_ FAIL

VBoxManage.exe : error: Failed to create the host-only adapter

VBoxManage.exe : error: Querying NetCfgInstanceId failed (0x00000000)

VBoxManage.exe : error: Details: code E_ FAIL (0x80004005), component HostNetworkInterfaceWrap, interface IHostNetworkInterface

VBoxManage.exe : error: Context: “enum RTEXITCODE __ cdecl handleCreate(struct HandlerArg *)” at line 71 of file VBoxManageHostonly.cpp “
October 25 17:36:13 [genomic] [error] failed to create host only interface
October 25 17:36:13 [genomic] [error]” failed to load vboxmanage plugin from D / program files / genomicle / genomiction / plugins / “
October 25 17:36:13 [genomic] [error] VM Engine failed to load
October 25 17:36:13 [genomic] [error] unable to find VM engine. Plug loading above.
engine failed to load
October 25 17:36:13 [genomic] [error] unable to find VM engine

According to the prompt, there is an error in setting host network adapter in VBox. The possible reason is that VBox does not get administrator permission, so it installs genymotion-2.5.4- vbox.exe

This program must be run as an administrator, and then all the way to next…

Currently downloading the virtual device, (‘◡’)

If not, please refer to the following steps. I’ve tried it again and it’s completely feasible.

    Run VirtualBox as administrator (By default is installed in C:\Program Files\Oracle\VirtualBox)Go to File -> Preferences -> Network (Left Navigation List) -> Host-only Networks (on the right tab)Select an adapter and click edit (the small screwdriver on the right)On “Adapter” tab set

    IPv4 Address: 192.168.1.201IPv4 Network Mask: 255.255.255.0 On DHCP Server Tab set

    Server Address: 192.168.1.100Server Mask: 255.255.255.0Lower Address Bound: 192.168.1.101Upper Address Bound: 192.168.1.199 Click Ok (Host-only Network details), click Ok (VM Settings)Open Genymotion (as Admin), install a new virtual device (you have deleted all past devices) and start it

The above steps are quoted from: http://stackoverflow.com/questions/31709084/genymotion-problems-in-windows-10

Genymotion runs the arm program, install failed no matching ABIS failed to extract native libraries res = – 113

Genymotion is not supported by arm library, resulting in an error when running an app that calls so library:, install failed no matching abis failed to extract native libraries res = -113. Online to find the solution for many, finally found that requires a file, pulled apart, and version can’t too low https://pan.baidu.com/s/1jJRueYa (here 5.1.1 versions of the note with their corresponding versions of the virtual machine)

There’s another solution to

:

splits {
    abi {
        enable true
        reset()
        include 'x86', 'armeabi-v7a','x86_64'
        universalApk true
    }
}

but I don’t understand this code, and this is a machine problem, don’t use code to solve, so I use the first method

another way is to use real machine debugging