Armin
Results
2
comments of
Armin
Changing the gradle version worked for me. To change it go to **AwesomeProject/android/build.gradle** 1. You should find a line in `dependencies` that goes as follows: `classpath("com.android.tools.build:gradle:4.2.2")` 2. Change it to:...
But it doesn't mention what gradle version should be used for that particular JDK version and this is a problem as I had to manually change the default gradle version...