You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,17 @@ Set up local env:
60
60
61
61
Run `just list` to see available commands. The common ones are `just init`, `just compile`, `just run`, `just build`, `just release`, `just test`, `just lint`, and `just translations pull`. `just run` prefers a physical device and falls back to an emulator.
62
62
63
+
### Trezor Bridge In Android Studio
64
+
65
+
When testing the Trezor Bridge emulator from bitkit-docker through Android Studio, add these gitignored local values to `local.properties`:
66
+
67
+
```properties
68
+
TREZOR_BRIDGE=true
69
+
TREZOR_BRIDGE_URL=http://10.0.2.2:21325
70
+
```
71
+
72
+
CLI builds can still pass the same values as environment variables.
73
+
63
74
### Lint
64
75
65
76
This project uses detekt with default ktlint and compose-rules for android code linting.
0 commit comments