Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yunhanw-google committed Feb 3, 2025
1 parent f05c24c commit 91d286e
Showing 1 changed file with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions docs/platforms/android/android_building.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ 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)
- [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)
- [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 @@ -97,10 +97,7 @@ architecture:

### Gradle & JDK Version

We are using Gradle Gradle version: 7.3.3, JDK version: 17.0 for all android
project.

If using Android Studio, you can refer
All Android projects utilize Gradle version 7.3.3 and JDK version 17.0. For developers using Android Studio, the JAVA_HOME environment variable should be configured as follows:

Android Studio Dolphin and below:

Expand Down

0 comments on commit 91d286e

Please sign in to comment.