Skip to content

Instantly share code, notes, and snippets.

View trickpattyFH20's full-sized avatar

Patrick trickpattyFH20

View GitHub Profile
@trickpattyFH20
trickpattyFH20 / Ionic Android Development on WSL2.md
Created August 14, 2024 01:30 — forked from samuelyee/Ionic Android Development on WSL2.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