Browse Source
android build: add "how to deploy apk on phone" to readme
3.3.3.1
SomberNight
6 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
8 additions and
0 deletions
-
electrum/gui/kivy/Readme.md
|
|
@ -55,6 +55,14 @@ folder. |
|
|
|
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? |
|
|
|
``` |
|
|
|
$ sudo docker run -it --rm \ |
|
|
|