Skip to content

Instantly share code, notes, and snippets.

@samuelyee
samuelyee / Ionic Android Development on WSL2.md
Last active September 13, 2024 09:36 — forked from fedme/Ionic Android Development on WSL.md
Ionic Android Development on WSL2 (Windows Subsystem for Linux)

Ionic Android Development on WSL2

This setup is assuming that GUI Linux apps can run in your WSL2.

Installing the required software

Execute the following commands to install Node, npm, git, Java, Ionic CLI:

cd ~
sudo apt update
sudo apt upgrade