Add Android Virtual Device Manager and Hyper-V compatibility

This commit is contained in:
Adam Radocz 2018-11-25 14:24:21 +01:00 committed by GitHub
parent 7cf538cf54
commit e4876a0832
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ Provide a turn-key VM for Android development
* Host:
* 4 CPU cores (2 used by VM)
* ~18 GB disk space
* 4 GB RAM (2 used by VM)
* 8 GB RAM (4 used by VM)
* Download volume (once): ~3.5 GB
### HOWTO
@ -47,5 +47,5 @@ Provide a turn-key VM for Android development
### Known limitations
* The Android Virtual Device Manager might not work properly as it needs virtualization
which isn't possible within a virtual machine (at least not using VirtualBox).
which isn't possible within a virtual machine (at least not using VirtualBox). Although Hyper-V can run Android Virtual Device Manager.
* On Windows it seems the VirtualBox manage GPU acceleration a little better on Ubuntu 18.04, than Hyper-V, despite the fact that Windows added [Enhanced Session Mode to Ubuntu 18.04](https://blogs.technet.microsoft.com/virtualization/2018/02/28/sneak-peek-taking-a-spin-with-enhanced-linux-vms/).