This shows you the differences between two versions of the page.
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 '' | Run '' | ||
- | **android 9.0 64 bit:** | + | **android 9.0 64 bit:(Main maintenance version)** |
```shell | ```shell | ||
$ repo init -u https:// | $ repo init -u https:// | ||
Line 43: | Line 43: | ||
</ | </ | ||
- | **android 9.0 32 bit:** | + | **android 11.0 32 bit:(Non main maintenance version)** |
+ | ```shell | ||
+ | $ repo init -u https:// | ||
+ | ``` | ||
+ | |||
+ | Run '' | ||
+ | |||
+ | ```shell | ||
+ | $ repo sync -c -j4 | ||
+ | ``` | ||
+ | |||
+ | |||
+ | **android 9.0 32 bit:(Non main maintenance version)** | ||
```shell | ```shell | ||
$ repo init -u https:// | $ repo init -u https:// |