readme
This commit is contained in:
parent
717f8f9097
commit
3710ac3bb1
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue