Android Studio - Fix the error "Could not resolve :gradle:"?

In this video it shows the steps to fix the Gradle error in Android studio. Actual issue is with Java version mismatch as explained in the below line of error: - Incompatible because this component declares an API of a component compatible with Java 11 and the consumer needed a runtime of a component compatible with Java 8 To resolve this issue, it changes the Gradle JDK for build in the settings of Android Studio. I hope you like this video. For any questions, suggestions or appreciation please contact us at: or email at: programmerworld1990@ Complete details and screenshots in the below link: Initial part of complete error message from Android Studio: A problem occurred configuring root project ’Input Audio Level’. Could not resolve all files for configuration ’:classpath’.
Back to Top