This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
products:sbc:edge2:development:android:download-android-source-code [2024/09/19 23:57] william |
products:sbc:edge2:development:android:download-android-source-code [2024/11/28 21:48] (current) william |
||
|---|---|---|---|
| Line 24: | Line 24: | ||
| 2. Run '' | 2. Run '' | ||
| + | |||
| + | <tabbox Android 14> | ||
| + | ```shell | ||
| + | $ repo init -u https:// | ||
| + | ``` | ||
| <tabbox Android 13> | <tabbox Android 13> | ||
| Line 76: | Line 81: | ||
| * [[https:// | * [[https:// | ||
| + | * [[https:// | ||
| 2. Use the following command to unzip the base package and synchronize the code. | 2. Use the following command to unzip the base package and synchronize the code. | ||
| ```shell | ```shell | ||
| - | $ cat edge2-android13-20240809.tar.gza* | tar -xzv | + | $ cat edge2-androidXX-XXXXXXXX.tar.gza* | tar -xzv |
| $ .repo/ | $ .repo/ | ||
| $ .repo/ | $ .repo/ | ||