mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-03 17:40:43 +00:00
Update build instruction for android
This commit is contained in:
parent
aa519a186e
commit
afa0f23fa7
1 changed files with 7 additions and 3 deletions
|
@ -142,11 +142,15 @@ Lastly, we will generate mobx models for the project.
|
||||||
|
|
||||||
Generate mobx models for `cw_core`:
|
Generate mobx models for `cw_core`:
|
||||||
|
|
||||||
`cd cw_core && flutter pub get && flutter packages pub run build_runner build --delete-conflicting-outputs`
|
`cd cw_core && flutter pub get && flutter packages pub run build_runner build --delete-conflicting-outputs && cd ..`
|
||||||
|
|
||||||
Then get back to project root directory:
|
Generate mobx models for `cw_monero`:
|
||||||
|
|
||||||
`cd ..`
|
`cd cw_monero && flutter pub get && flutter packages pub run build_runner build --delete-conflicting-outputs && cd ..`
|
||||||
|
|
||||||
|
Generate mobx models for `cw_bitcoin`:
|
||||||
|
|
||||||
|
`cd cw_bitcoin && flutter pub get && flutter packages pub run build_runner build --delete-conflicting-outputs && cd ..`
|
||||||
|
|
||||||
Finally build mobx models for the app:
|
Finally build mobx models for the app:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue