Easy creation of android virtual device.
Invoke-Expression (Invoke-WebRequest -UseBasicParsing -Uri "https://raw.githubusercontent.com/StrajnarFilip/VirtualAndroid/master/Create.ps1")If you don't have Java installed, you can use the following to install it with Scoop.
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-WebRequest -UseBasicParsing get.scoop.sh | Invoke-Expression
scoop install git
scoop bucket add Java
scoop install openjdk11Press and hold down Windows key and press X key, then release Windows key and press I (this should open powershell, which is a blue prompt).
Copy the next line into the prompt and press enter:
Invoke-Expression (Invoke-WebRequest -Uri "https://raw.githubusercontent.com/StrajnarFilip/VirtualAndroid/master/Create.ps1")

- Press and hold
Windowskey and pressRkey - In the prompt, type
powershelland pressEnterkey (or pressOKbutton) - Copy
Invoke-Expression (Invoke-WebRequest -Uri "https://raw.githubusercontent.com/StrajnarFilip/VirtualAndroid/master/Create.ps1") - Paste the line you copied into the blue prompt (powershell) with RIGHT click on your mouse
- Press
Enterkey to run the script
Just press Enter key




