mirror of
https://github.com/budtmo/docker-android.git
synced 2026-07-30 03:02:20 +00:00
Using scrcpy instead of asm (#188)
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
if [ -z "$REAL_DEVICE"]; then
|
||||
echo "Container is using android emulator"
|
||||
else
|
||||
echo "Starting android screen mirror..."
|
||||
java -jar /root/asm.jar $ANDROID_HOME
|
||||
echo "Starting android screen copy..."
|
||||
/usr/local/bin/scrcpy
|
||||
fi
|
||||
Reference in New Issue
Block a user