This commit is contained in:
rootVIII 2021-05-31 00:50:40 -04:00
parent 717f8f9097
commit 3710ac3bb1

View file

@ -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>