From 2f354aa9aa42ab59da33e3919bfd89f8cc395ba4 Mon Sep 17 00:00:00 2001 From: Michal Moczulski Date: Mon, 3 Jan 2022 20:33:56 +0100 Subject: [PATCH] Add info about wipe option in README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index af75c27..748fefe 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,13 @@ By default script will look on emulators located at `~/.android/avd`. Script acc ./fix-android-emulator-audio path/to/your/avd/directory ``` +Optionally you can pass `--wipe` option to wipe emulator's data so you don't have to do it manually via Android Studio. Script removes following files and directories: +``` +* snapshots/ +* userdata.img +* userdata-qemu.img +``` + When running emulator for the first time after applying the fix make sure that data is wiped and emulator is started with Cold Boot option.

coldboot