mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
- [chore(android): migrate to version catalog](16c0fb66e7) - [feat(android): integrate apollo](4dcf93b4f9) - [fix(android): fix android email sign-in](752cf34f33) - [chore(android): add stable/canary environment](72a96bfa5f) - [feat(android): set cookies for apollo client](7664cc4f19) - [feat(android): google & magic-link sign-in](c54ce3b43b) - [eat(android): change logo](8c5062adbc) - [chore(android): fix pipleline](4a68299be4) - [fix(android): rebase issues](c6858c5ecf) - [docs(android): update README for compat with java 21](6eac3ba0dc) - [fix(android): android pipeline](1103c87880)
22 lines
465 B
Markdown
22 lines
465 B
Markdown
# Android
|
|
|
|
AFFiNE Android app.
|
|
|
|
## Setup
|
|
|
|
- set CARGO_HOME to your system environment
|
|
- add
|
|
|
|
`rust.cargoCommand={replace_with_your_own_cargo_home_absolute_path}/bin/cargo`
|
|
|
|
`rust.rustcCommand={replace_with_your_own_cargo_home_absolute_path}/bin/rustc`
|
|
|
|
to App/local.properties
|
|
|
|
## Build
|
|
|
|
- yarn install
|
|
- BUILD_TYPE=canary PUBLIC_PATH="/" yarn affine @affine/android build
|
|
- yarn affine @affine/android cap sync
|
|
- yarn affine @affine/android cap open android
|