From de2c7d844be25b2c395d4edcb36becf80f306f6c Mon Sep 17 00:00:00 2001 From: Taylor Hornby Date: Wed, 28 Aug 2019 12:04:41 -0600 Subject: [PATCH] Document reinstalling and viewing the log --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 427f0db..3059af6 100644 --- a/README.md +++ b/README.md @@ -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