This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
products:sbc:vim1s:development:android:download-android-source-code [2022/09/20 22:07] goenjoy |
products:sbc:vim1s:development:android:download-android-source-code [2024/07/05 06:35] (current) william |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | {{indexmenu_n> | ||
| + | |||
| + | |||
| + | |||
| ====== VIM1S Download Android Source Code ====== | ====== VIM1S Download Android Source Code ====== | ||
| Line 49: | Line 53: | ||
| </ | </ | ||
| - | 4. Begin a new branch for development | + | 4. Run the following command to pull large files. Otherwise, compilation will report an [[https:// |
| + | |||
| + | ```shell | ||
| + | $ repo forall -c 'git lfs pull' | ||
| + | ``` | ||
| + | |||
| + | 5. Begin a new branch for development | ||
| ```shell | ```shell | ||