Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:vim1s:development:android:download-android-source-code

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
products:sbc:vim1s:development:android:download-android-source-code [2022/09/23 23:33]
goenjoy
products:sbc:vim1s:development:android:download-android-source-code [2024/07/05 06:35] (current)
william
Line 1: Line 1:
 +{{indexmenu_n>10}}
 +
 +
 +
 ====== VIM1S Download Android Source Code ====== ====== VIM1S Download Android Source Code ======
  
Line 49: Line 53:
 </WRAP> </WRAP>
  
-4. Go to the following directory and execute the ''git lfs pull'' command to pull large files. Otherwise, compilation will report an [[https://forum.khadas.com/t/cannot-build-an-android/15886|error]].+4. Run the following command to pull large files. Otherwise, compilation will report an [[https://forum.khadas.com/t/cannot-build-an-android/15886|error]].
  
 ```shell ```shell
-vendor/amlogic/common +repo forall -c 'git lfs pull'
-device/khadas +
-``` +
-```shell +
-/users/vim1s_codecd vendor/amlogic/common +
-/users/vim1s_code/vendor/amlogic/common$ git lfs pull +
-Git LFS: (6 of 6 files) 239.31 MB / 239.31 MB                                                                                                                                                                                          +
-/users/vim1s_code/vendor/amlogic/common$ cd - +
-/users/vim1s_code +
-/users/vim1s_code$ cd device/khadas/ +
-/users/vim1s_code/device/khadas$  +
-/users/vim1s_code/device/khadas$ git lfs pull +
-Git LFS: (2 of 2 files) 231.89 MB / 231.89 MB +
 ``` ```
  
Last modified: 2022/09/23 23:33 by goenjoy