Skip to content

Commit

Permalink
Merge pull request #717 from obsidiansystems/ts-clarify-deploy-guide
Browse files Browse the repository at this point in the history
Clarify deploy guide
  • Loading branch information
3noch authored Apr 23, 2020
2 parents 92c7656 + 91d4250 commit e128516
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 e128516

Please sign in to comment.