mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
parent
0534f937ab
commit
8404e07061
2 changed files with 3 additions and 1 deletions
|
@ -58,6 +58,8 @@ jobs:
|
|||
name: "Android build"
|
||||
language: python
|
||||
python: 3.7
|
||||
env:
|
||||
- CI=true
|
||||
services:
|
||||
- docker
|
||||
install:
|
||||
|
|
|
@ -67,7 +67,7 @@ You probably need to clear the cache: `rm -rf .buildozer/android/platform/build/
|
|||
### How do I deploy on connected phone for quick testing?
|
||||
Assuming `adb` is installed:
|
||||
```
|
||||
$ adb -d install -r bin/Electrum-*-debug.apk
|
||||
$ adb -d install -r bin/Electrum-*-arm64-v8a-debug.apk
|
||||
$ adb shell monkey -p org.electrum.electrum 1
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue