We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b628c04 commit 53b7191Copy full SHA for 53b7191
ci-jobs/functional/start-emulator.sh
@@ -18,7 +18,7 @@ echo ${ANDROID_HOME}/emulator/emulator -list-avds
18
echo "Starting emulator"
19
20
# Start emulator in background
21
-nohup ${ANDROID_HOME}/emulator/emulator -avd testemulator -no-boot-anim -no-snapshot > /dev/null 2>&1 &
+nohup ${ANDROID_HOME}/emulator/emulator -avd testemulator -accel auto -no-boot-anim -no-snapshot > /dev/null 2>&1 &
22
${ANDROID_HOME}/platform-tools/adb wait-for-device shell 'while [[ -z $(getprop sys.boot_completed | tr -d '\r') ]]; do sleep 1; done; input keyevent 82'
23
24
${ANDROID_HOME}/platform-tools/adb devices
0 commit comments