2
0
mirror of https://github.com/koreader/koreader synced 2024-11-10 01:10:34 +00:00

[doc] Build: update Android instructions to openjdk-17-jdk-headless (#12345)

Closes #12344.
This commit is contained in:
Frans de Jonge 2024-08-13 17:27:34 +02:00 committed by GitHub
parent d706a129fa
commit 6eddc66516
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,13 +43,13 @@ Some platforms will require additional packages:
#### for Android
Building for Android requires `openjdk-8-jdk` and `p7zip-full`.
Building for Android requires `openjdk-17-jdk-headless` and `p7zip-full`.
For both Ubuntu and Debian, install the packages:
```
sudo apt-get install openjdk-8-jdk p7zip-full
sudo apt-get install openjdk-17-jdk-headless p7zip-full
```
#### for Debian