Browse Source

add instruction how to setup JDK8

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
Marcel Hibbe 3 years ago
parent
commit
329f745877
2 changed files with 5 additions and 0 deletions
  1. 5 0
      README.md
  2. BIN
      docs/java8gradleJDK.png

+ 5 - 0
README.md

@@ -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 
 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)
 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:
 ### Testing :test_tube:
 
 

BIN
docs/java8gradleJDK.png