From 3710ac3bb1b6247483244e39866fc38dc65353c8 Mon Sep 17 00:00:00 2001 From: rootVIII Date: Mon, 31 May 2021 00:50:40 -0400 Subject: [PATCH] readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 57ad888..1cab025 100644 --- a/README.md +++ b/README.md @@ -52,12 +52,13 @@ gomobile build -target=android github.com/rootVIII/skulls/skullsgomobile // 2. Install the newly created .apk into an already running Android Emulator: adb -s <emulator-name> install skullsgomobile.apk + // Note: to list available emulators (including phone connected for debugging): adb devices -l -// 3. View debug/logging output from the game: +// 3. View debug/logging output from the game: adb logcat