Skip to content

Commit

Permalink
Instruction for installing prod APK to device
Browse files Browse the repository at this point in the history
  • Loading branch information
chill117 committed Mar 1, 2019
1 parent ebe8cd0 commit 607a3e4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -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

Expand Down

0 comments on commit 607a3e4

Please sign in to comment.