dotfiles/.scripts/emulator.sh
Gregor Feierabend eec5ba2fff config update
2021-07-04 19:45:18 +02:00

5 lines
395 B
Bash
Executable file

#!/bin/zsh
#emulator -accel on -avd thePhone -gpu host -camera-back webcam1 -camera-front webcam1 -delay-adb -no-boot-anim -no-snapshot-load
emulator -accel on -avd thePhone -gpu host -camera-back webcam1 -camera-front webcam1 -delay-adb -no-snapshot-load
#emulator -accel on -avd thePhone -gpu host -camera-back webcam1 -camera-front webcam1 -delay-adb -no-boot-anim -no-window
adb kill-server