From 683392c3cc4d93c15f078b2a1382046961ed6ce2 Mon Sep 17 00:00:00 2001 From: MohitMaliFtechiz Date: Fri, 18 Apr 2025 15:41:13 +0530 Subject: [PATCH] Updated the README file to reflect the compatible version of Android Studio. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Since there's no official Android Studio IDE that supports Android 16 yet — it's currently in the final beta phase and is expected to launch in May or possibly June — we need to use the `Canary build` of the `Narwhal` version for now. Therefore, we're updating the README file accordingly. Once the official IDE is released, we'll update the README again. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9dddac742..192ed91a6 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Kiwix requires the following permissions to fully work: ## Build instructions 1. Clone [this repository](https://github.com/kiwix/kiwix-android). -2. Import the project with [Android Studio](https://developer.android.com/studio). +2. Import the project with [Android Studio Narwhal Canary build](https://developer.android.com/studio/preview). 3. Set the Gradle JDK to Java 17. 4. Run ./gradlew build from the root directory.