mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
android build: add "how to deploy apk on phone" to readme
This commit is contained in:
parent
993374dce7
commit
a62e5d39ca
1 changed files with 8 additions and 0 deletions
|
@ -55,6 +55,14 @@ folder.
|
||||||
You probably need to clear the cache: `rm -rf .buildozer/android/platform/build/{build,dists}`
|
You probably need to clear the cache: `rm -rf .buildozer/android/platform/build/{build,dists}`
|
||||||
|
|
||||||
|
|
||||||
|
### How do I deploy on connected phone for quick testing?
|
||||||
|
Assuming `adb` is installed:
|
||||||
|
```
|
||||||
|
$ adb -d install -r bin/Electrum-*-debug.apk
|
||||||
|
$ adb shell monkey -p org.electrum.electrum 1
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
### How do I get an interactive shell inside docker?
|
### How do I get an interactive shell inside docker?
|
||||||
```
|
```
|
||||||
$ sudo docker run -it --rm \
|
$ sudo docker run -it --rm \
|
||||||
|
|
Loading…
Add table
Reference in a new issue