Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 2.1 KB

README.md

File metadata and controls

53 lines (37 loc) · 2.1 KB

VirtualAndroid

Easy creation of android virtual device.

Invoke-Expression (Invoke-WebRequest -UseBasicParsing -Uri "https://raw.githubusercontent.com/StrajnarFilip/VirtualAndroid/master/Create.ps1")

To install Java:

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

How to use

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).

image

Copy the next line into the prompt and press enter: Invoke-Expression (Invoke-WebRequest -Uri "https://raw.githubusercontent.com/StrajnarFilip/VirtualAndroid/master/Create.ps1") image

Alternative way

How to use (for people with poor knowledge about computers)

  • Press and hold Windows key and press R key
  • In the prompt, type powershell and press Enter key (or press OK 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

Step 1

image

Step 2

image

Step 3

image

Step 4

image

Step 5

Just press Enter key