- Android Studio Emulator аппаратное ускорение для AMD от Google
- Android emulator hypervisor driver для amd
- Android emulator hypervisor fails to install !! #31
- Comments
- arixank commented Aug 22, 2020 •
- arixank commented Aug 22, 2020
- Taogle2018 commented Aug 23, 2020
- arixank commented Aug 23, 2020
- zombodotcom commented Aug 24, 2020 •
- arixank commented Aug 24, 2020
- arixank commented Aug 24, 2020
- AkkiBB commented Aug 26, 2020 •
- JJ36CF commented Aug 26, 2020 •
- AkkiBB commented Aug 27, 2020
- arixank commented Aug 30, 2020
- Liinadec commented Jan 18, 2021
Android Studio Emulator аппаратное ускорение для AMD от Google
Для возможности использования аппаратного ускорения Android Emulator для процессоров AMD рекомендовалось использовать виртуализатор Windows Hypervisor Platform (WHPX) или Hyper-V. Для процессоров Intel существует отдельное приложение Intel HAXM.
Начиная с версии Emulator 29.2.3 появилась поддержка нового драйвера Google GVM hypervisor driver. Для возможности использования необходимо обязательно отключить WHPX и Hyper-V, . Драйвер устанавливается в виде службы, которую можно в любой момент отключить.
Если вы привыкли использовать VirtualBox, то установка гипервизора MS блокирует работу виртуальной машины от Oracle с ошибкой: Call to WHvSetupPartition failed: ERROR_SUCCESS (Last=0xc000000d/87) (VERR_NEM_VM_CREATE_FAILED). Код ошибки: E_FAIL (0x80004005) Компонент: ConsoleWrap.
В VirtualBox 6.0 была заявлена работа через гипервизор MS, но в действительности пока такая возможность не работает. Мы не сможем одновременно использовать и VirtualBox, и Android Emulator, но по отдельности можно использовать в любой момент без лишних действий.
Новый драйвер гипервизора возможно сможет помочь обладателям Windows 10 Home, где не доступен WHPX\Hyper-V. Проверить нет возможности.
Новое решение от Google поможет владельцам AMD воспользоваться аппаратным ускорением без лишних проблем. Первым делом необходимо установить новый Emulator 29.2.4, который доступен на каналах Canary и Dev.
1.Переводим текущий Android Studio 3.5 на канал Canary через Help->Check Updates. Выбираем Configure и устанавливаем канал Canary или Beta.
2.Устанавливает обновление Android Emulator. File->Settings, потом Appearance & Behavior > System Settings > Android SDK. Вкладка SDK Tools. Перед названием Android Emulator появится значок для установки обновления.
3.Обновление установлено и готово к использованию.
3. До установки gvm необходимо отключить WHPX и Hyper-V. Потребуется перезагрузка.
При попытке запуска silent_install.bat стали появляться множественные окна, но установка не проходила, поэтому запустил cmd от администратора и выполнил из bat следующие строки:
Для управления службой GVM можно воспользоваться следующими командами:
Отключить WHPX\Hyper-V можно через панель управления. Необходимо отключить все следующие компоненты:
Для отключения через консоль (с правами администратора) необходимо выполнить следующие команды:
Для просмотра статуса всех компонентов dism /online /get-features, а для конкретного пакета dism /online /get-Featureinfo /FeatureName:VirtualMachinePlatform.
Источник
Android emulator hypervisor driver для amd
Copy raw contents
Android Emulator Hypervisor Driver for AMD Processors
Android Emulator Hypervisor Driver for AMD Processors is a hypervisor to accelerate Android Emulator. It is made by porting KVM to Windows (Windows 7 or later, 64bit).
Android Emulator Hypervisor Driver for AMD Processors runs as a Windows driver. User space support for Android Emulator Hypervisor Driver for AMD Processors is available from Android Emulator.
Download and Install
Android Emulator Hypervisor Driver for AMD Processors is released through android-studio. However, only Android Studio with version 4.0 canary 5 or above can both download and install/update the driver. Otherwise, the Android Studio will only download the driver package without performing installation. In the latter case, users are required to install the driver manually.
- CPU has virtualization extension and BIOS has NOT disabled the extension.
- Hyper-V must be disabled. Refer to this page for more information.
Use an administrator command console to execute «silent_install.bat» inside the driver package. Make sure you see the desired output from the installer: STATE: 4 RUNNING
If you would like to contribute a patch to the code base, please read these guidelines.
Reporting an Issue
You are welcome to file an issue at Issuetracker. Please remember to supply your OS information, CPU model in addition to details on the issue.
A patched QEMU can be found here at github. However, there is no support for it. Use at your own risk.
As its name suggests, Android Emulator Hypervisor Driver for AMD Processors is developed and tested on AMD platform. We only make our best effort in keeping Intel Processor support.
Источник
Android emulator hypervisor fails to install !! #31
Comments
arixank commented Aug 22, 2020 •
I have tried everything to get the thing installed but in vain !! Also each time it gives me an error while installing , I have also enabled Virtualization , hyper-v is not found on windows feature . And the powershell thing also doesn’t work as hyper-v is not enabled on my Windows — 10 home edition !! Also I had disabled the antivirus and also turned off antivirus virtualization (antivirus : AVAST) !!
I want to use this emulator for flutter development !! Really fed up of trying to get this thing running !!
I have also attached the screen shots . So please help me with it !!
Laptop Details :
Asus — X542BA
Ram : 4GB
Processor : AMD A6
Android Studio version: 4.0.1
The text was updated successfully, but these errors were encountered:
arixank commented Aug 22, 2020
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 !!
Taogle2018 commented Aug 23, 2020
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.
arixank commented Aug 23, 2020
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!
zombodotcom commented Aug 24, 2020 •
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
arixank commented Aug 24, 2020
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
Buddy you will have to disable hyper-v first!
arixank commented Aug 24, 2020
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
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
AkkiBB commented Aug 26, 2020 •
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
JJ36CF commented Aug 26, 2020 •
at the point where I need to run the «emulator-check.exe hyper-v» command, it’s not recognized. Where did I mess up?
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.
You need to run the command prompt as administrator. That’s why it’s telling you that «Access is denied.»
AkkiBB commented Aug 27, 2020
Oh.. Well that’s embarrassing haha. That fixed it for me thank you very much!
arixank commented Aug 30, 2020
at the point where I need to run the «emulator-check.exe hyper-v» command, it’s not recognized. Where did I mess up?
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.
You need to run the command prompt as administrator. That’s why it’s telling you that «Access is denied.»
Liinadec commented Jan 18, 2021
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 !!
возможно, это и не решение проблемы.
У меня включен 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!
Источник