From 607a3e4ddac6408275ab8988872f5438aa19edc0 Mon Sep 17 00:00:00 2001 From: Charles Hill Date: Fri, 1 Mar 2019 16:18:51 +0100 Subject: [PATCH] Instruction for installing prod APK to device --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5b28ccce..1be66f17 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,13 @@ If successful, it should have created a new `.apk` file at the following path: ./platforms/android/app/build/outputs/apk/release/app-release.apk ``` +To install the newly created APK onto an Android device: +```bash +adb install ./platforms/android/app/build/outputs/apk/release/app-release.apk +``` +* You may need to run `adb devices` before the above command. +* And if the app is already installed on the device, you will need to use the `-r` flag to reinstall it. + ## Developing with Cryptocurrencies