File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 22
33Android Emulator hypervisor driver is a hypervisor to accelerate
44[ Android Emulator] [ android-studio ] . It is made by porting KVM to Windows
5- (Windows 7 or later, 64bit).
5+ (Windows 8.1 or later, 64bit).
66
77Android Emulator hypervisor driver runs as a Windows driver. User space
88support for Android Emulator hypervisor driver is available from Android
@@ -38,9 +38,11 @@ STATE: 4 RUNNING
3838## For Windows 7 users
3939According to Microsoft, SHA1 driver signing is deprecated (Read more
4040[ here] ( https://docs.microsoft.com/en-us/windows-hardware/drivers/install/deprecation-of-software-publisher-certificates-and-commercial-release-certificates )
41- ). Version 1.8 (or above) cannot be loaded on Windows 7 by default. Please
41+ ). Version 1.8 to 2.1 cannot be loaded on Windows 7 by default. Please
4242use version 1.7 instead. Users may disable driver signature enforcement in
43- order to use version 1.8 or above.
43+ order to use version 1.8 to 2.1.
44+
45+ Starting from version 2.2, Windows 7 is not supported any more.
4446
4547## Contributing
4648If you would like to contribute a patch to the code base, please read
You can’t perform that action at this time.
0 commit comments