From 59396c68c4dec07203ffbc5a3d5552f038290fc8 Mon Sep 17 00:00:00 2001 From: Adam Radocz Date: Fri, 23 Nov 2018 18:31:26 +0100 Subject: [PATCH] Update Vagrant.README.md - VirtualBox Extension Pack is required to start the VM, at least in Windows. Otherwise, it won't recognize the USB ports and throws an error on start. - For the Vagrant the whole repo is unnecessary, therefore the single Vagrant file download is added as an option. --- android/Vagrant.README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/android/Vagrant.README.md b/android/Vagrant.README.md index b597df5ccb..3b6c3372a4 100644 --- a/android/Vagrant.README.md +++ b/android/Vagrant.README.md @@ -6,6 +6,7 @@ Provide a turn-key VM for Android development * [Vagrant](https://www.vagrantup.com/downloads.html) * [VirtualBox](https://www.virtualbox.org/wiki/Downloads) +* [VirtualBox Extension Pack](https://www.virtualbox.org/wiki/Downloads) for USB 3.0 support. * Host: * 4 CPU cores (2 used by VM) * ~18 GB disk space @@ -15,7 +16,7 @@ Provide a turn-key VM for Android development ## HOWTO 1. On your host: open a terminal - 1. `cd /android` + 1. Clone the [BOINC repo](https://github.com/BOINC/boinc) and `cd /android` or just dowload the [Vagrantfile from GitHub](https://github.com/BOINC/boinc/blob/master/android/Vagrantfile) 1. `vagrant up` 1. Wait until the final reboot finished 1. **From this point on you don't need Vagrant anymore**