Skip to content

Commit

Permalink
Update DEVELOPING.md
Browse files Browse the repository at this point in the history
Co-authored-by: Kiryl Dzehtsiarenka <kiryl.dzehtsiarenka@mapbox.com>
  • Loading branch information
ank27 and kiryldz authored Feb 17, 2022
1 parent 008ea1c commit 6d3dc9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The only requirement is to install the latest version of
[`sdkmanager`](https://developer.android.com/studio/command-line/sdkmanager) command line or
through the GUI interface to make sure the extra requirements to build Android are met.

Note: We use Android gradle plugin v7.0+ to build the project, which requires JDK 11.
Note: Android Gradle Plugin v7.0+ is used to build the project. That requires JDK 11 or higher installed and `JAVA_HOME` environment variable pointing on it.
when building project, make sure you have JDK 11 installed and set it as JAVA_HOME variable.
If you need more help, follow the guide [`how to set JDK 11.`](https://developer.android.com/studio/releases/gradle-plugin#jdk-11)

Expand Down

0 comments on commit 6d3dc9c

Please sign in to comment.