Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GENY MOTION Virtualization engine not found ERROR [closed]

I am having this problem for a while, I searched a lot on the internet,

The problem is when I emulate hybird app in the android geny motion emulator it say 'Virtualization engine not found'.

what I found on the internet is to enable Hyper-V in windows feature and reinstall VB host network adapter but noting works for me. And also Virtual Box is not showing any Host Only Networks.

And when I create any Host Network in VBox it is not there on reopening the VBox.

  • GenyMotion version 2.5.3.
  • VBox version 5.
  • OS Windows 10 pro Updated. (the problem is same on other OSs)

Attached Image

like image 968
AsimRazaKhan Avatar asked Aug 24 '15 16:08

AsimRazaKhan


1 Answers

I solved this issue. It's working fine now.

I'm using:

+ Window 10
+ VirtualBox-5.0.2-102096-Win
+ Genymotion-2.5.3

Step 1: We should set Run as this program as an administrator & Compatibility mode Windows 8 for those file.

C:\Program Files\Oracle\VirtualBox
    + VBoxHeadless.exe
    + VBoxManage.exe
    + VirtualBox.exe
C:\Program Files\Genymobile\Genymotion
    + genymotion.exe

Step 2: My Computer -> Manage-> Device Manager-> Network adapters

Remove all items with name: VirtualBox Host-Only Ethenet Adapter #...

Step 3: Open Virtual Box and go to File -> Preferences -> Network -> Host Only Networks

Remove all and create new host with information:

Adapter Tab:
    IPv4 Address:        192.168.1.201
    IPv4 Network Mask:   255.255.255.0
DHCP Server Tab:
    Server Address:      192.168.1.100
    Server Mask:         255.255.255.0
    Lower Address Bound: 192.168.1.101
    Upper Address Bound: 192.168.1.199

Step 4: Run Genymotion again. It's will work.

> Screenshots

like image 78
AsimRazaKhan Avatar answered Oct 15 '22 17:10

AsimRazaKhan