1
0
mirror of https://github.com/PurpleI2P/i2pd-android.git synced 2025-01-09 22:38:10 +00:00

update readme

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2022-05-19 13:08:36 +03:00
parent 470cc90b6a
commit 063b416bf1
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2

View File

@ -65,6 +65,10 @@ You will find APKs in `app/build/outputs/apk`
For building on Windows you must use MSYS2 with `mingw64` or `ucrt64` shell and preinstalled `gcc` ( package `mingw-w64-x86_64-gcc` or `mingw-w64-ucrt-x86_64-gcc`).
Download Android SDK command line tools for Windows, unpack and isntall replacing `--sdk_root=` path.
Java 11 can be downloaded from [jdk.java.com](https://jdk.java.net/java-se-ri/11)
Download Android SDK command line tools for Windows, unpack and install it replacing `--sdk_root=` path.
`ANDROID_SDK_ROOT` variable must point to SDK using linux-way path, like `/c/dev/android-sdk` when SDK installed to `C:\dev\android-sdk`.
Gradle can be called with `./gradlew` command inside project root, or you can install it using `pacman` and call `gradle` like on linux.