mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 21:53:35 +03:00
9 lines
184 B
Bash
Executable File
9 lines
184 B
Bash
Executable File
#!/bin/bash
|
|
|
|
SDKDIR=$PWD/.android-sdk
|
|
export ANDROID_SDK_ROOT=${SDKDIR}
|
|
export ANDROID_HOME=${SDKDIR}
|
|
export ANDROID_AVD_HOME=${SDKDIR}/avd
|
|
|
|
${SDKDIR}/emulator/emulator -avd android30
|