Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:obsidiansystems/obelisk into rel…
Browse files Browse the repository at this point in the history
…ease/0.8.0.0
  • Loading branch information
3noch committed Apr 23, 2020
2 parents 71462ee + e128516 commit d9df151
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion guides/app-deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,14 @@ ob deploy update
ob deploy test android -v
```

This deployment will ask you to create a password (at least 6 characters long) and then ask you a series of questions. You can pick arbitrary answers. If the deployment fails, try using different USB ports on your computer and running `ob deploy test android -v` again. The USB cable you use can also make a difference.
This deployment will ask you to create a password (at least 6 characters long) and then ask you a series of questions. You can pick arbitrary answers. When you are presented with prompt like:

```
Is CN=a, OU=b, O=c, L=d, ST=e, C=f correct?
[no]:
```

You can enter `yes` to continue. If the deployment fails, try using different USB ports on your computer and running `ob deploy test android -v` again. The USB cable you use can also make a difference.

When connecting your Android device you may be asked to "Allow USB debugging". You need to allow it.
![](assets/android-confirm-usb-debugging.jpg)
Expand Down

0 comments on commit d9df151

Please sign in to comment.