mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-24 14:05:40 +03:00
add instruction how to setup JDK8
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
771c701198
commit
329f745877
2 changed files with 5 additions and 0 deletions
|
@ -56,6 +56,11 @@ Easy starting points are also reviewing [pull requests](https://github.com/nextc
|
|||
|
||||
Please be aware that currently java8 is needed to compile this project! (needs to be fixed
|
||||
with https://github.com/nextcloud/talk-android/issues/1125)
|
||||
In Android Studio go to "File | Settings | Build, Execution, Deployment | Build Tools | Gradle"
|
||||
and set the path to your JDK8 location. You can also download JDK8 Eclipse Temurin in the dropdown list when
|
||||
selecting "Download JDK" and then selecting version "1.8".
|
||||
|
||||
![java8gradleJDK](/docs/java8gradleJDK.png "Branching Model")
|
||||
|
||||
### Testing :test_tube:
|
||||
|
||||
|
|
BIN
docs/java8gradleJDK.png
Normal file
BIN
docs/java8gradleJDK.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
Loading…
Reference in a new issue