Add -read-only flag to prevent AVD lock conflicts
All checks were successful
Build Android Emulator Images / build (android-30) (push) Successful in 6s

This commit is contained in:
Neon Vortex
2025-11-26 13:27:01 -05:00
parent 13210e1dc1
commit f767101df4

View File

@@ -14,7 +14,7 @@ if [ -z "$adb_server_port" ]; then
adb_server_port="5037"
fi
if [ -z "$emulator_opts" ]; then
emulator_opts="-screen multi-touch -no-boot-anim -noaudio -no-window -gpu swiftshader_indirect -camera-back none -camera-front none -skip-adb-auth -no-snapshot-save"
emulator_opts="-screen multi-touch -no-boot-anim -noaudio -no-window -gpu swiftshader_indirect -camera-back none -camera-front none -skip-adb-auth -no-snapshot-save -read-only"
fi
# Detect ip and forward ADB ports outside to outside interface