WSL
WSL stands for Windows Subsystem for Linux 2, which enables developers to use Linux tools, like Bash or Grep, completely integrated with Windows tools.
- The Automatic script for Android Emulator is a Bash Script, so it requires the WSL to install in order to execute the script.
- 1.On Windows 10/11, search: Command Prompt app
- 2.Right-click on the app -> Select Run as administrator option.
- 3.When the App is opened, copy & paste the following command:
wsl --install
4. Done ✅
Last modified 11mo ago