Created
July 8, 2025 11:03
-
-
Save pcornier/37f69c5dfad63f587c8ee4fa22d2ef71 to your computer and use it in GitHub Desktop.
Android Studio with emulator support in WSL2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# install dozen | |
sudo add-apt-repository ppa:kisak/kisak-mesa | |
sudo apt update | |
sudo apt upgrade | |
# run android studio with permissions | |
export LD_LIBRARY_PATH=/usr/lib/wsl/lib | |
sudo -u <user> ./android-studio/bin/studio |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment