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:
|
||||
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>
|
||||
|
|
Loading…
Add table
Reference in a new issue