Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:edge2: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
Next revision Both sides next revision
products:sbc:edge2:development:android:download-android-source-code [2022/09/20 02:55]
goenjoy
products:sbc:edge2:development:android:download-android-source-code [2022/09/23 21:23]
frank
Line 7: Line 7:
 ===== Get Source Code ===== ===== Get Source Code =====
  
-1. Create an empty directory to hold your working files+1. Create an empty directory to hold your working files.
  
 ```shell ```shell
Line 14: Line 14:
 ``` ```
  
-2. Run ''repo init'' to download the manifest repository first+2. Run ''repo init'' to download the manifest repository first.
  
 ```shell ```shell
Line 20: Line 20:
 ``` ```
  
-3. Run ''repo sync'' to pull down the Android Source Tree+3. Run ''repo sync'' to pull down the Android source tree.
  
 ```shell ```shell
Line 43: Line 43:
 </WRAP> </WRAP>
  
-4. Execute the following command to pull large files. Otherwise, compilation will report an [error](https://forum.khadas.com/t/cannot-build-an-android/15886).+4. Execute the following command to pull large files. Otherwise, compilation will report an [[https://forum.khadas.com/t/cannot-build-an-android/15886|error]].
 ```shell ```shell
 external/camera_engine_rkaiq external/camera_engine_rkaiq
Line 69: Line 69:
 ``` ```
  
-5. Begin a new branch for development+5. Begin a new branch for development.
  
 ```shell ```shell
Last modified: 2023/12/26 21:50 by goenjoy