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
Last revision Both sides next revision
products:sbc:vim3:development:android:download-android-source-code [2022/09/28 09:44]
nick
products:sbc:vim3:development:android:download-android-source-code [2023/04/06 22:27]
xiong [Steps]
Line 30: Line 30:
 Run ''repo init'' to download the manifest repository first: Run ''repo init'' to download the manifest repository first:
  
 +**android 9.0 64 bit:**
 +```shell
 +$ 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:**
 ```shell ```shell
 $ repo init -u https://github.com/khadas/android_manifest.git -b khadas-vims-pie $ repo init -u https://github.com/khadas/android_manifest.git -b khadas-vims-pie
Last modified: 2023/04/08 03:08 by hyphop