readme
This commit is contained in:
parent
6619d2e9c4
commit
3f1d4dbb92
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,8 @@ 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: adb devices -l
|
||||
// Note: to list available emulators (including phone connected for debugging):
|
||||
adb devices -l
|
||||
|
||||
|
||||
// 3. View debug/logging output from the game:
|
||||
|
|
Loading…
Add table
Reference in a new issue