mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 11:39:42 +01:00
Merge pull request #1692 from nextcloud/addHintForJavaAndASVersion
add hint that currently java8 must be used
This commit is contained in:
commit
7fb586761e
@ -54,6 +54,14 @@ Make sure you read [SETUP.md](/SETUP.md) and [CONTRIBUTING.md](/CONTRIBUTING.md)
|
|||||||
But basically: fork this repository and contribute back using pull requests to the master branch.
|
But basically: fork this repository and contribute back using pull requests to the master branch.
|
||||||
Easy starting points are also reviewing [pull requests](https://github.com/nextcloud/talk-android/pulls) and working on [starter issues](https://github.com/nextcloud/talk-android/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22).
|
Easy starting points are also reviewing [pull requests](https://github.com/nextcloud/talk-android/pulls) and working on [starter issues](https://github.com/nextcloud/talk-android/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22).
|
||||||
|
|
||||||
|
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".
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
### Testing :test_tube:
|
### Testing :test_tube:
|
||||||
|
|
||||||
So you would like to contribute by testing? Awesome, we appreciate that very much.
|
So you would like to contribute by testing? Awesome, we appreciate that very much.
|
||||||
|
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 New Issue
Block a user