Git Product home page Git Product logo

Comments (11)

arixank avatar arixank commented on May 3, 2024 7

oooooffff!!
Finally I fixed it by myself , so here's what I did to solve my problem!!

Type the following:
In your shell : systeminfo (refer the attached image)

I'm using Windows 10 Home edition , which by default doesn't ship with Hyper-v thing !! So I used an external bat file to install !! [File is attached , make sure you run it as administrator( FILENAME: "Hyper-V-enabler.bat" , make sure you unzip it !!) ] , wait before you do that check weather your system has required configs (modern system meets the requirements by default)

After installing and restarting the computer , now you should be able to see the hyper - v in your windows features box !!

Simply uncheck it !! (Ya it's a bit stupid , but have too...!!) and restart !!

Now , navigate to programfiles/android/sdk/emulators : or where ever you have installed your sdk !!
In the top search bar , enter cmd and open the cmd in your current directory !!
and type :
emulator-check.exe hyper-v

if it displays hyper-v:disabled then you are good to go !!
You can disable hyper-v through powershell as mentioned in official Microsoft support page !! But that didn't work for me !!
So , open a cmd as administrator and type the following command :
bcdedit /set hypervisorlaunchtype off

execute and the restart !! [last restart]

Now , you can install amd hypervisor blah blah baa and be happy at last !!!
Make sure you get a success after the driver installation !!

Annotation 2020-08-22 163518
Hyper-V-Enabler.zip

from android-emulator-hypervisor-driver-for-amd-processors.

JJ36CF avatar JJ36CF commented on May 3, 2024 1

@AkkiBB

at the point where I need to run the "emulator-check.exe hyper-v" command, it's not recognized. Where did I mess up?
image

You're running the command from the wrong location. emulator-check.exe is located in ...\Android\Sdk\emulator.

The "bcdedit /set hypervisorlaunchtype off" command doesn't work either.
image

You need to run the command prompt as administrator. That's why it's telling you that "Access is denied."

from android-emulator-hypervisor-driver-for-amd-processors.

AkkiBB avatar AkkiBB commented on May 3, 2024 1

Oh.. Well that's embarrassing haha. That fixed it for me thank you very much!

from android-emulator-hypervisor-driver-for-amd-processors.

Taogle2018 avatar Taogle2018 commented on May 3, 2024

Really great sharing! Thanks!
I know (from my own experience not from Microsoft release notes) certain version/edition of Windows 10 has hyper-V installed by default. But I never know a solution like thins. I myself used to upgrade to Windows 10 Pro and disable Hyper-V.

from android-emulator-hypervisor-driver-for-amd-processors.

arixank avatar arixank commented on May 3, 2024

Really great sharing! Thanks!
I know (from my own experience not from Microsoft release notes) certain version/edition of Windows 10 has hyper-V installed by default. But I never know a solution like thins. I myself used to upgrade to Windows 10 Pro and disable Hyper-V.

Your welcome sir!! On windows 10 home hyper - v is a crazy thing!

from android-emulator-hypervisor-driver-for-amd-processors.

zombodotcom avatar zombodotcom commented on May 3, 2024

this might not be the solution.

I have hyper-V enabled on an AMD 3700x..

and my friend cant run it with his amd system

image

image

from android-emulator-hypervisor-driver-for-amd-processors.

arixank avatar arixank commented on May 3, 2024

this might not be the solution.

I have hyper-V enabled on an AMD 3700x..

and my friend cant run it with his amd system

image

image

Buddy you will have to disable hyper-v first!

from android-emulator-hypervisor-driver-for-amd-processors.

arixank avatar arixank commented on May 3, 2024

this might not be the solution.

I have hyper-V enabled on an AMD 3700x..

and my friend cant run it with his amd system

image

image

Of course it may not work for everyone!! As the previous solutions from other thread didn't work for me!!it's a part of dev's life

from android-emulator-hypervisor-driver-for-amd-processors.

AkkiBB avatar AkkiBB commented on May 3, 2024

Hello! I think I've followed the steps you detailed and at the point where I need to run the "emulator-check.exe hyper-v" command, it's not recognized. Where did I mess up? The "bcdedit /set hypervisorlaunchtype off" command doesn't work either.
I have more screenshots of information on this thread:
#19
image
image

from android-emulator-hypervisor-driver-for-amd-processors.

arixank avatar arixank commented on May 3, 2024

@AkkiBB

at the point where I need to run the "emulator-check.exe hyper-v" command, it's not recognized. Where did I mess up?
image

You're running the command from the wrong location. emulator-check.exe is located in ...\Android\Sdk\emulator.

The "bcdedit /set hypervisorlaunchtype off" command doesn't work either.
image

You need to run the command prompt as administrator. That's why it's telling you that "Access is denied."

He's right!

from android-emulator-hypervisor-driver-for-amd-processors.

Liinadec avatar Liinadec commented on May 3, 2024

oooooffff!!
Finally I fixed it by myself , so here's what I did to solve my problem!!

Type the following:
In your shell : systeminfo (refer the attached image)

I'm using Windows 10 Home edition , which by default doesn't ship with Hyper-v thing !! So I used an external bat file to install !! [File is attached , make sure you run it as administrator( FILENAME: "Hyper-V-enabler.bat" , make sure you unzip it !!) ] , wait before you do that check weather your system has required configs (modern system meets the requirements by default)

After installing and restarting the computer , now you should be able to see the hyper - v in your windows features box !!

Simply uncheck it !! (Ya it's a bit stupid , but have too...!!) and restart !!

Now , navigate to programfiles/android/sdk/emulators : or where ever you have installed your sdk !!
In the top search bar , enter cmd and open the cmd in your current directory !!
and type :
emulator-check.exe hyper-v

if it displays hyper-v:disabled then you are good to go !!
You can disable hyper-v through powershell as mentioned in official Microsoft support page !! But that didn't work for me !!
So , open a cmd as administrator and type the following command :
bcdedit /set hypervisorlaunchtype off

execute and the restart !! [last restart]

Now , you can install amd hypervisor blah blah baa and be happy at last !!!
Make sure you get a success after the driver installation !!

Annotation 2020-08-22 163518
Hyper-V-Enabler.zip

возможно, это и не решение проблемы.
У меня включен hyper-V на AMD 3700x..
и мой друг не может запустить его со своей системой amd
изображение
изображение

Of course it may not work for everyone!! As the previous solutions from other thread didn't work for me!!it's a part of dev's life

Words cannot convey how grateful I am to you, sir, virtualization just stopped working on my laptop, and thanks to your installer everything worked after a week, good luck and success in your endeavors!

from android-emulator-hypervisor-driver-for-amd-processors.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.