From 21c888bb49e2f60b634ac62a8bfd95255aa492a2 Mon Sep 17 00:00:00 2001 From: cnlohr Date: Fri, 3 Jan 2025 23:56:30 -0800 Subject: [PATCH] Update README.md You really need jdk17 to use many of the tools. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbdf6d9..8033315 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ This set of steps describes how to install Android Studio with NDK support in Li 1) Install prerequisites: ``` -sudo apt install openjdk-11-jdk-headless adb +sudo apt install openjdk-17-jdk-headless adb ``` 2) Download Android Studio: https://developer.android.com/studio 3) Start 'studio.sh' in android-studio/bin