Search code examples
javaandroidandroid-studiogradlejava-11

syncing : Caused by: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed error in syncing.... androidstudio 3.6.1


I did not work with my Android Studio up today. when I build my project and I synced it , it said : Caused by: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: I did not change anything in the project and the language of the project is Kotin. I use JDK 13 and Android Studio 3.6.1 and the latest Android SDK.


Solution

  • https://developer.android.com/studio/intro/studio-config.html#jdk Use Jdk 8 as mentioned in above link.