From 50bc5c0e4b6e3b9eacc5b4edd4bc830de4b901b2 Mon Sep 17 00:00:00 2001 From: "pls.153" Date: Sun, 29 Sep 2024 10:20:42 +0200 Subject: [PATCH] add note about android SDK version --- readme-prepare-android.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/readme-prepare-android.md b/readme-prepare-android.md index 62d0d34..9b82fec 100644 --- a/readme-prepare-android.md +++ b/readme-prepare-android.md @@ -8,7 +8,12 @@ A good description of what you'll need can be found here: You don't need Android Studio, so search for **command line tools** on the SDK download page. -The NDK version that will work with both ECL and Qt5.15.2 is `21.3`. +The NDK version that will work with both ECL and Qt5.15 is `21.3`. + +The latest working SDK for Qt5.15 is e.g. +`/opt/android/sdk/platforms/android-34`. If you find versions greater than 34 +in your SDK platforms path, you need to move them to another directory before +compiling APKs.