Android system source code viewing six ways

Android system source code viewing six ways

1. http://androidxref.com

The source code from Android 1.6 to Android 9
insert image description here
supports keyword global search
insert image description here
The directory interface is as follows:
insert image description here

2. http://aospxref.com

The system source code from Android 7.1 to Android 13
insert image description here
supports keyword global search.
insert image description here
The directory interface is as follows:
insert image description here

3. https://www.androidos.net.cn/sourcecode

The source directory interface covering Android 1.6 to Android 10
insert image description here
is as follows:
insert image description here

4. http://aosp.opersys.com

Online viewing of system source code from Android 4.4 to Android 12
insert image description here
Supports keyword global search
insert image description here
The directory list interface is as follows:
insert image description here

5. https://cs.android.com/android/platform/superproject

Covers the source code of all series of Android versions from Android 2.2 to Android 13.
insert image description here
You can switch branches to view the system source code of different Android versions,
insert image description here
and also support source code viewing of AndroidX, etc.
insert image description here

6. https://android.googlesource.com/platform/ (requires a ladder)

Google Git download, source code from Android 1.6 to Android 13, covering all modification records of Google
insert image description here

Covers the Git warehouse branch and Tag in the Android system source code:
insert image description here
By git clone * downloading the warehouse in the Andorid source code, you can switch all the version branches of the warehouse after downloading, and view the latest modification records and system source code.

1. http://androidxref.com

The source code from Android 1.6 to Android 9
insert image description here
supports keyword global search
insert image description here
The directory interface is as follows:
insert image description here

2. http://aospxref.com

The system source code from Android 7.1 to Android 13
insert image description here
supports keyword global search.
insert image description here
The directory interface is as follows:
insert image description here

3. https://www.androidos.net.cn/sourcecode

The source directory interface covering Android 1.6 to Android 10
insert image description here
is as follows:
insert image description here

4. http://aosp.opersys.com

Online viewing of system source code from Android 4.4 to Android 12
insert image description here
Supports keyword global search
insert image description here
The directory list interface is as follows:
insert image description here

5. https://cs.android.com/android/platform/superproject

Covers the source code of all series of Android versions from Android 2.2 to Android 13.
insert image description here
You can switch branches to view the system source code of different Android versions,
insert image description here
and also support source code viewing of AndroidX, etc.
insert image description here

6. https://android.googlesource.com/platform/ (requires a ladder)

Google Git download, source code from Android 1.6 to Android 13, covering all modification records of Google
insert image description here

Covers the Git warehouse branch and Tag in the Android system source code:
insert image description here
By git clone * downloading the warehouse in the Andorid source code, you can switch all the version branches of the warehouse after downloading, and view the latest modification records and system source code.

Guess you like

Origin blog.csdn.net/qq_31939617/article/details/131399612