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: // 2. Install the newly created .apk into an already running Android Emulator:
adb -s <emulator-name> install skullsgomobile.apk adb -s <emulator-name> install skullsgomobile.apk
// Note: to list available emulators (including phone connected for debugging): // Note: to list available emulators (including phone connected for debugging):
adb devices -l adb devices -l
// 3. View debug/logging output from the game: // 3. View debug/logging output from the game:
adb logcat adb logcat
</code> </code>
</pre> </pre>