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
Last revision Both sides next 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/06 22:27]
xiong [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: 2023/04/08 03:08 by hyphop