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 openjdk11
Press 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
Windows
key and pressR
key - In the prompt, type
powershell
and pressEnter
key (or pressOK
button) - 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
Enter
key to run the script
Just press Enter
key