summaryrefslogtreecommitdiff
path: root/Ladybird/README.md
diff options
context:
space:
mode:
authorKemal Zebari <zebar002@cougars.csusm.edu>2022-08-24 18:46:20 -0700
committerAndrew Kaster <andrewdkaster@gmail.com>2022-12-25 07:58:58 -0700
commit80edd654fa18acd7c7c8133e9bd10dda55c4107c (patch)
tree441e6d0b46faf402010c0f16fb8a043164264177 /Ladybird/README.md
parentc9e6967d7b18f85f01793d4e19a6e3c49727e1c1 (diff)
downloadserenity-80edd654fa18acd7c7c8133e9bd10dda55c4107c.zip
Ladybird: Fix a few typos in README
Diffstat (limited to 'Ladybird/README.md')
-rw-r--r--Ladybird/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Ladybird/README.md b/Ladybird/README.md
index efb7721119..fb3ae634c6 100644
--- a/Ladybird/README.md
+++ b/Ladybird/README.md
@@ -67,7 +67,7 @@ In order to build an Android APK, the following additional dependencies are requ
Note that Qt Creator 6.3.x LTS does NOT have the required fix to [QTBUG-104580](https://bugreports.qt.io/browse/QTBUG-104580) as of 2022-07-16 in order to use NDK 24.
-The build configuration was tested with the following pacakges from the Android SDK:
+The build configuration was tested with the following packages from the Android SDK:
* Android Platform and Build Tools version 33
* Android System Images for API 33 aka ``"system-images;android-33;google-apis;x86_64"``
@@ -92,7 +92,7 @@ Next, create a build configuration in Qt Creator that uses an ``Android Qt 6.4.0
Ensure that you get Android API 30 or higher, and Android NDK 24 or higher. In the initial standup, an API 33 SDK for Android 13 was used.
-Setup Android device settings in Qt Creator following this [link](https://doc.qt.io/qtcreator/creator-developing-android.html). Note that Qt Creator might not like the Android NDK version 24 we downloaded earlier, as it's "too new" and "not supported". No worries, we can force it to like our version by editing the ``sdk_defintions.json`` file as described uner [Viewing Android Tool Chain Settings](https://doc.qt.io/qtcreator/creator-developing-android.html#viewing-android-tool-chain-settings)
+Setup Android device settings in Qt Creator following this [link](https://doc.qt.io/qtcreator/creator-developing-android.html). Note that Qt Creator might not like the Android NDK version 24 we downloaded earlier, as it's "too new" and "not supported". No worries, we can force it to like our version by editing the ``sdk_defintions.json`` file as described under [Viewing Android Tool Chain Settings](https://doc.qt.io/qtcreator/creator-developing-android.html#viewing-android-tool-chain-settings).
The relevant snippets of that JSON file are reproduced below. Just have to make sure it's happy with "platforms;android-33" and the exact installed NDK version.