Skip to content

Commit

Permalink
Restyled by prettier-markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and yunhanw-google committed Feb 5, 2025
1 parent 6c07dfa commit ab6863f
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions docs/platforms/android/android_building.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ There are following Apps on Android

<hr>

- [Building Android](#building-android)
- [Source files](#source-files)
- [Requirements for building](#requirements-for-building)
- [Linux](#linux)
- [MacOS](#macos)
- [ABIs and TARGET\_CPU](#abis-and-target_cpu)
- [Gradle \& JDK Version](#gradle--jdk-version)
- [Kotlin Version](#kotlin-version)
- [Preparing for build](#preparing-for-build)
- [Building Android CHIPTool from scripts](#building-android-chiptool-from-scripts)
- [Building Android CHIPTool from Android Studio](#building-android-chiptool-from-android-studio)
- [Building Android CHIPTest from scripts](#building-android-chiptest-from-scripts)
- [Building Android](#building-android)
- [Source files](#source-files)
- [Requirements for building](#requirements-for-building)
- [Linux](#linux)
- [MacOS](#macos)
- [ABIs and TARGET_CPU](#abis-and-target_cpu)
- [Gradle \& JDK Version](#gradle--jdk-version)
- [Kotlin Version](#kotlin-version)
- [Preparing for build](#preparing-for-build)
- [Building Android CHIPTool from scripts](#building-android-chiptool-from-scripts)
- [Building Android CHIPTool from Android Studio](#building-android-chiptool-from-android-studio)
- [Building Android CHIPTest from scripts](#building-android-chiptest-from-scripts)

<hr>

Expand Down Expand Up @@ -125,10 +125,11 @@ export JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64
<a name="kotlin"></a>

### Kotlin Version
The build requires `kotlinc` to be in your `$PATH`.
For Linux:

The build requires `kotlinc` to be in your `$PATH`. For Linux:

```shell
cd /usr/lib
cd /usr/lib
wget -q https://github.com/JetBrains/kotlin/releases/download/v1.8.10/kotlin-compiler-1.8.10.zip
unzip kotlin-compiler-*.zip
rm kotlin-compiler-*.zip
Expand Down

0 comments on commit ab6863f

Please sign in to comment.