We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3357ec0 commit 3fa2327Copy full SHA for 3fa2327
start-emulator.sh
@@ -3,6 +3,9 @@
3
# Kill any running emulator instances before starting a new one
4
pkill -f "/opt/android-sdk/emulator/emulator"
5
6
+# Removes .lock files before emulator starts to prevent crashes
7
+rm -rf /data/android.avd/*.lock
8
+
9
# Use custom ramdisk if present
10
if [ -f /data/android.avd/ramdisk.img ]; then
11
RAMDISK="-ramdisk /data/android.avd/ramdisk.img"
0 commit comments