Skip to content

Commit 1fc2b0f

Browse files
committed
Build instructions for prebuilt apps: amend JDK version
1 parent 26a1ca0 commit 1fc2b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/build.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1035,7 +1035,7 @@ <h3><a href="#prebuilt-apps">Prebuilt apps</a></h3>
10351035
standard <code>gradle</code> Android plugin build system. You can also build those apps from the source code by following these steps:
10361036
</p>
10371037
<ul>
1038-
<li>Install Gradle, OpenJDK 17 for developers (which should be called <code>java-17-openjdk-devel</code> on Linux), Android Studio, and npm.</li>
1038+
<li>Install Gradle, OpenJDK 21 for developers (which should be called <code>java-21-openjdk-devel</code> on Linux), Android Studio, and npm.</li>
10391039
<li>In the project you want to build, create a <code>local.properties</code> file and inside it, set the path to your JDK e.g. <code>sdk.dir=/home/jane.doe/Android/Sdk</code></li>
10401040
<li>In Android Studio's Device Manager, make sure you have a device running (virtual device, or physical device paired using wi-fi)</li>
10411041
<li>From a console in your project folder, run <code>gradle installDebug</code>. This will install the app from the source code, alongside any prebuilt version of the app which you may already have.</li>

0 commit comments

Comments
 (0)