From 729b15c8607aebc4ac547e7d469a022d09497397 Mon Sep 17 00:00:00 2001 From: rootVIII Date: Mon, 31 May 2021 00:35:53 -0400 Subject: [PATCH] readme --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e09da7c..f17020a 100644 --- a/README.md +++ b/README.md @@ -49,10 +49,8 @@ adb -s <emulator-name> install skullsgomobile.apk // Note: to list available emulators: adb devices -l -// 3. View logging output from the game: +// 3. View debug/logging output from the game: adb logcat - -
@@ -171,9 +169,7 @@ class EbitenViewWithErrorHandling extends EbitenView { </RelativeLayout> -// 7. -// The game should now be usable in Android Studio (sign project with developer keys, UI adjustments in XML, etc. etc.) - +// 7. The game should now be usable in Android Studio (sign the project with developer keys, UI adjustments in AndroidManifest.xml etc.)