Skip to content
This repository was archived by the owner on Oct 20, 2023. It is now read-only.

Commit a888af3

Browse files
committed
docs: update
1 parent 7579faf commit a888af3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,11 @@ npm run start
9393
3) Open Android emulator from the Terminal with the emulator command:
9494
```sh
9595
user@host ~ $ emulator -list-avds
96-
Pixel_2_API_28
97-
Pixel_3a_API_30_x86
96+
Pixel_4_API_30
9897

9998
#emulator -avd [EMULATOR_NAME] -qemu -allow-host-audio
10099

101-
user@host ~ $ emulator -avd Pixel_3a_API_30_x86 -qemu -allow-host-audio
100+
user@host ~ $ emulator -avd Pixel_4_API_30 -qemu -allow-host-audio
102101
```
103102

104103
4) Toggle (in a different terminal) the microphone ON

0 commit comments

Comments
 (0)