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
products:sbc:vim3:development:android:download-android-source-code [2024/09/19 23:53]
william
products:sbc:vim3:development:android:download-android-source-code [2024/12/31 03:13] (current)
xiong
Line 32: Line 32:
 Run ''repo init'' to download the manifest repository first: Run ''repo init'' to download the manifest repository first:
  
-**android 9.0 64 bit:**+**android 9.0 64 bit:(Main maintenance version)**
 ```shell ```shell
 $ 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
Line 43: Line 43:
 </WRAP> </WRAP>
  
-**android 9.0 32 bit:**+**android 11.0 32 bit:(Non main maintenance version)** 
 +```shell 
 +$ repo init -u https://github.com/khadas/android_manifest.git -b khadas-vim3-r-32bit 
 +``` 
 + 
 +Run ''repo sync -c'' to pull down the Android Source Tree: 
 + 
 +```shell 
 +$ repo sync -c -j4 
 +``` 
 + 
 + 
 +**android 9.0 32 bit:(Non main maintenance version)**
 ```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: 2024/09/19 23:53 by william