This commit is contained in:
rootVIII 2021-05-31 00:37:57 -04:00
parent 6619d2e9c4
commit 3f1d4dbb92

View file

@ -45,7 +45,8 @@ 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: adb devices -l
// Note: to list available emulators (including phone connected for debugging):
adb devices -l
// 3. View debug/logging output from the game: