mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-27 17:19:27 +01:00
6 lines
190 B
Bash
Executable File
6 lines
190 B
Bash
Executable File
#!/usr/bin/env bash
|
|
#MISE description="Install the required Android SDK platform support"
|
|
set -e
|
|
|
|
emulator -avd Pixel9_15_default -netdelay none -netspeed full -gpu on -memory 4096 -cores 4
|