Android- Error "The virtual device got in IP address" Genymotion

1

I recently had to migrate an android project to my Windows computer which I installed the Genymotion emulator to test the application, however, after finalizing the emulator settings every time I try to start the device I get the following error:

Aftersomeresearch,IsawthatthesolutionwastoconfigureDHCPonvirtualnetworkcardsinthevirtualbox,soIdidit:

Myproblemhasnotbeensolvedyet.SometimelaterIreadsomecommentssayingthatthisproblemcouldbecausedbytheProcessorVirtualizationfeaturethatwouldbedisabled,soIwenttotrytoactivateitinmysetup,meanwhile.,coincidentallymycomputerthatisaCECOnix7810b+hasthisfeaturedisabledbythemanufacturerandtheonlywaytogetitenabledisbydoingabiosdowngrade(whichIdonotwanttoriskbecauseIhaveonlythatcomputertoworkandseemstobeaveryriskyprocess),bytheway,thefactisthatIalreadyemulatedothervirtualmachineswithx86architectureonthatcomputerbyVirtualBoxandIcannotacceptthattheandroidemulatorcannotbeexecutedundersuchconditionsalreadythatthesameisx86architecture,Iwonderifanyonehaseverhadthisproblemandknowhowtogetaroundit?

IalsogetthefollowingVirtualBoxmessagewhentryingtostartthevirtualmachine:

    
asked by anonymous 29.09.2017 / 14:02

1 answer

0
  

Steps 1:

Go to BIOS - > System Configuration - > enable Virtualization Technology - > Save and Exit.

  

Steps 2:

Open Oracle VM VirtualBox - > Select your simulator - > Go to the simulator settings - > Select the "General" tab - > Select Basic (sub-tab) - > Select your operating system - > Select the version of your operating system - > Save and Exit

  

Steps 3:

Restart your Genymotion and start it again.

    
29.09.2017 / 15:47