From 7c9bfaacfa9f372eb73d3370f531379dcfbd0c81 Mon Sep 17 00:00:00 2001 From: Taylor Hornby Date: Tue, 23 Apr 2019 14:01:18 -0600 Subject: [PATCH] Fix mistake in the instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fdaa46..6173cbd 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ Copy the `3fe...4df` part of your output and use it to replace the `fff...fff` in the following command to start the emulator: ``` -DISPLAY=d1368a32850c:1 $ANDROID_HOME/emulator/emulator -avd zemu -noaudio -no-boot-anim -gpu off -qemu +DISPLAY=ffffffffffff:1 $ANDROID_HOME/emulator/emulator -avd zemu -noaudio -no-boot-anim -gpu off -qemu ``` You can now install the APK in the emulator: