Merge pull request #8 from zcash-hackworks/august-fixes

More August Fixes
This commit is contained in:
Taylor Hornby 2019-08-28 12:05:36 -06:00 committed by GitHub
commit 1cb522e4d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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