Skip to content

Instantly share code, notes, and snippets.

@import 'https://fonts.googleapis.com/css?family=Open+Sans';
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
font-family: 'Open Sans', sans-serif;
line-height: 1.75em;
@j-nava
j-nava / AndroidVirtualDeviceWSL2.md
Created January 25, 2023 18:34
Android virtual device (emulator) + WSL2

Android virtual device (emulator) + WSL2

Connect to an Android virtual device running in Windows from your WSL2 instance

2023-25-01

This is for those of you who want or need to use Windows but prefer to have everything dev-related (including GUI applications like IDEs) running inside WSL2. Unfortunately, if you're developing for Android, it's impossible[^citation-needed] to run virtual devices in WSL2.

Prerequisites