summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNicholas Bennett <nicholas.bennett@qt.io>2023-04-06 12:18:27 +0300
committerNicholas Bennett <nicholas.bennett@qt.io>2023-04-11 15:09:28 +0300
commite47cb8e3468d8b928847ad37642e8f4e6be5767f (patch)
tree03bc172a6220daa07ed4266335b1584e92b2b519 /doc
parentb2e01dd62c4e322827bd5503e7d7880aa76b7e9f (diff)
downloadqtdoc-e47cb8e3468d8b928847ad37642e8f4e6be5767f.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 Pick-to: 6.5 Change-Id: I126bc775bcac44f8f2cbe6736fe7a1860e02d418 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'doc')
-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