From 1819a745d0472bf93c30c63a5a3b5b0e5e68f04c Mon Sep 17 00:00:00 2001 From: rootVIII Date: Sun, 30 May 2021 17:12:37 -0400 Subject: [PATCH] readme --- README.md | 47 +++++++++++++++++++++++++++++++---------------- 1 file changed, 31 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 1567916..d3b66fd 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,35 @@
ex2 + + + + ###### gomobile, build .apk for development and testing:
@@ -17,15 +46,14 @@ gomobile build -target=android github.com/rootVIII/skulls/skullsgomobile
 // 2.
 // Install the newly created .apk into an already running Android Emulator (from Android Studio):
 adb -s emulator-5554  install skullsgomobile.apk
+// Note: to list available emulators: adb devices -l
 
 
 // 3. 
-// view logging output from the game:
+// View logging output from the game:
 adb logcat
 
 
-// Note that I use a pixel4 emulator. I have an alias stored in my profile to open it easily via terminal with the command pixel4:
-alias pixel4='$ANDROID_HOME/emulator/emulator -avd "Pixel_4_API_30"'
   
 

@@ -153,19 +181,6 @@ class EbitenViewWithErrorHandling extends EbitenView {
- - - This was developed on macOS Big Sur.
Author: rootVIII 2021