|
|
@@ -42,7 +42,7 @@ Before you start, install JDK 17 (not later not earlier). If you intend to build
|
|
|
Android Studio bundles its own JDK 17.
|
|
|
|
|
|
Install CMake version 3.21 or later in your system. Install Android SDK with SDK API 34 (34.x.y) and Android NDK
|
|
|
-25.2.9519653, set the environment variable `ANDROID_HOME` to your Android SDK as necessary then run.
|
|
|
+26.1.10909125, set the environment variable `ANDROID_HOME` to your Android SDK as necessary then run.
|
|
|
|
|
|
```
|
|
|
$ ./gradlew assembleNormalRecord
|
|
|
@@ -64,7 +64,7 @@ generate APK which you can install or `gradlew bundleEmbedNoRecordRelease` (or `
|
|
|
AAB which you can upload to Play Store.
|
|
|
|
|
|
Alternatively, you can install Android Studio **2022.3.1** or later. After opening it for the first time, open its SDK Manager
|
|
|
-and on the tab "SDK Tools", tick "Show Package Details" then select NDK (Side By Side) version 25.2.9519653. After that, open
|
|
|
+and on the tab "SDK Tools", tick "Show Package Details" then select NDK (Side By Side) version 26.1.10909125. After that, open
|
|
|
the repository root.
|
|
|
|
|
|
Notice: Previously, the embed + APKTool method is preferred, but recent announcements by Google and recent changes in Android render that method obsolete.
|