Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rootVIII committed May 31, 2021
1 parent 717f8f9 commit 3710ac3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
</code>
</pre>
Expand Down

0 comments on commit 3710ac3

Please sign in to comment.