dotfiles/.scripts/emulator.sh
Gregor Feierabend 95a25da0f1 config update
2021-06-17 01:00:47 +02:00

4 lines
279 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-boot-anim -no-window
adb kill-server