Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:vim3: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:vim3:development:android:download-android-source-code [2022/12/09 05:22]
goenjoy
products:sbc:vim3:development:android:download-android-source-code [2023/04/08 03:08] (current)
hyphop [VIM3/3L Download Android Source Code]
Line 5: Line 5:
 ====== VIM3/3L Download Android Source Code ====== ====== VIM3/3L Download Android Source Code ======
  
-The Android Source Tree of our Khadas VIM3 are hosted on [[https://www.github.com/khadas|Github]]. There are many different repositories.Walk through the steps below to download the Source Code.+The Android Source Tree of our Khadas VIM3 are hosted on [[https://www.github.com/khadas|Github]]. There are many different repositories. Walk through the steps below to download the Source Code.
  
 ===== Steps ===== ===== Steps =====
Line 34: Line 34:
 $ repo init -u https://github.com/khadas/android_manifest.git -b khadas-vim3-p-64bit $ repo init -u https://github.com/khadas/android_manifest.git -b khadas-vim3-p-64bit
 ``` ```
 +<WRAP tip >
 +Needed after repo sync go to the following directory and execute the git lfs pull command to pull large files. Otherwise, compilation will report an error
 +```shell
 +device/khadas
 +```
 +```shell
 +/users/amlogic/vim3/vim3_64bit$ cd device/khadas/
 +/users/amlogic/vim3/vim3_64bit/device/khadas$ git lfs pull
 +```
 +</WRAP>
  
 **android 9.0 32 bit:** **android 9.0 32 bit:**
Last modified: 2022/12/09 05:22 by goenjoy