Document reinstalling and viewing the log

This commit is contained in:
Taylor Hornby 2019-08-28 12:04:41 -06:00
parent 30ce089d23
commit de2c7d844b
1 changed files with 14 additions and 0 deletions

View File

@ -287,6 +287,20 @@ You should now be able to control the emulated device and launch the app. To
connect to your `lightwalletd`, go in the app's settings and choose Localhost2,
click the checkmark, then re-open the app.
To update the app in the emulator after you rebuild it with changes, simply
uninstall it as follows and then reinstall it using the same command above.
Replace `whateveritis`.
```
$ANDROID_HOME/platform-tools/adb uninstall cash.z.whateveritis
```
To view the `adb` logs:
```
$ANDROID_HOME/platform-tools/adb logcat
```
## TODOs
- Fix the VNC resolution