summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Bennett <nicholas.bennett@qt.io>2023-04-06 12:18:27 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-04-11 13:47:33 +0000
commitf18f45b659b0829e9c6fd2ddfd4587b576111209 (patch)
treef309c3792f77ecd9ddf10be3804b9295b125df39
parentf9b74262ea4e33fe84a221d1a7aee8bea4817882 (diff)
downloadqtdoc-f18f45b659b0829e9c6fd2ddfd4587b576111209.tar.gz
Docs: Remove or update obsolete info about SDK and API versions
6.5.0 uses the SDK 33 platform tools. Information related to API 21 is no longer relevant. Removed and updated as required. Fixes: QTBUG-112416 Change-Id: I126bc775bcac44f8f2cbe6736fe7a1860e02d418 Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit e47cb8e3468d8b928847ad37642e8f4e6be5767f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--doc/src/platforms/android/android-platform-notes.qdoc4
-rw-r--r--doc/src/platforms/android/android.qdoc4
2 files changed, 3 insertions, 5 deletions
diff --git a/doc/src/platforms/android/android-platform-notes.qdoc b/doc/src/platforms/android/android-platform-notes.qdoc
index 23ff6a0c..3f3735c2 100644
--- a/doc/src/platforms/android/android-platform-notes.qdoc
+++ b/doc/src/platforms/android/android-platform-notes.qdoc
@@ -65,9 +65,7 @@
a suitable OpenGL context, set the requested version via
\l{QSurfaceFormat::setVersion()}.
- \note The header files, such as \e{gl31.h}, are only available in recent API
- levels, and therefore you need to target API level 21. Keep in mind also that
- using OpenGL ES 3.x features will result in the application breaking on older
+ \note Using OpenGL ES 3.x features will result in the application breaking on older
devices that only support 2.0.
\section1 Assets File System
diff --git a/doc/src/platforms/android/android.qdoc b/doc/src/platforms/android/android.qdoc
index 5803e205..972c62ec 100644
--- a/doc/src/platforms/android/android.qdoc
+++ b/doc/src/platforms/android/android.qdoc
@@ -190,12 +190,12 @@
\section3 Android SDK
- The required version of the Platform, Platform Tools, and Build Tools for \QtVer is 31.
+ The required version of the Platform, Platform Tools, and Build Tools for \QtVer is 33.
To install all of these run the following command:
\badcode
- sdkmanager "platforms;android-31" "platform-tools" "build-tools;31.0.0"
+ sdkmanager "platforms;android-31" "platform-tools" "build-tools;33.0.0"
\endcode
\section3 Android NDK