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/20 22:07]
goenjoy
products:sbc:vim1s:development:android:download-android-source-code [2022/09/28 09:42] (current)
nick
Line 1: Line 1:
 +{{indexmenu_n>10}}
 +
 +
 +
 ====== VIM1S Download Android Source Code ====== ====== VIM1S Download Android Source Code ======
  
Line 49: Line 53:
 </WRAP> </WRAP>
  
-4. Begin a new branch for development+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]]. 
 + 
 +```shell 
 +vendor/amlogic/common 
 +device/khadas 
 +``` 
 +```shell 
 +/users/vim1s_code$ cd 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  
 +``` 
 + 
 +5. Begin a new branch for development
  
 ```shell ```shell
Last modified: 2022/09/20 22:07 by goenjoy