Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/mumla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lublin <daniel@lublin.se>2022-02-19 19:13:40 +0300
committerDaniel Lublin <daniel@lublin.se>2022-02-19 19:14:28 +0300
commita47a0cd1cebf63ce306ab7544f3af4c00d51b533 (patch)
tree3da67442f180f8d6eb9b5cdd80594c0299c30965
parenta95a100a340166414c8a9b63e883bfaa807ec34b (diff)
Note
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index bdbe14a..046c9ad 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,20 @@ but currently isn't.
./gradlew assembleDebug
+### Notes
+
+According to https://developer.android.com/studio/releases/gradle-plugin
+default NDK for Android Gradle Plugin 7.x is 21.4.7075529. It should be
+installed automatically (by Android Studio and/or the plugin right), but for me
+it wasn't.
+
+I had to Bring up SDK Manager in Android Studio.
+- Click SDK Tools tab.
+- Check "Show Package Details"
+- In the list view, expand "NDK (Side by side)"
+- Check 21.4.7075529
+- Click OK
+
## License
Mumla's [LICENSE](LICENSE) is GNU GPL v3.