mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-01 01:29:28 +01:00
4 lines
148 B
Bash
4 lines
148 B
Bash
|
#!/usr/bin/env bash
|
||
|
chmod 777 -R /dev/kvm
|
||
|
adb start-server
|
||
|
emulator -avd test -no-audio -no-boot-anim -no-window -accel on -gpu swiftshader_indirect
|