I've been using Flutter on Android Studio. Today, I updated it and everything went downhill.
I've been having different errors throughout my attempt to fix this.
First error: could not initialize class org.codehaus.groovy.runtime.invokerhelper
Second error: could not initialize class org.codehaus.groovy.reflection.ReflectionCache
Anyways, I've been researching and I've done the following
But nothing is still working and I cannot run my project. Please help?
Here are some screenshots of my different attempts:
I had the same problem a few days ago. I fixed it by updating the Gradle version in android/gradle/wrapper/gradle-wrapper.properties
to :
distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-all.zip
For it to update, you just have to flutter run
.
I finally fixed it by uninstalling anything beyond Java 8. It seems like Android Studio doesn't like upgraded Java. Everything works now.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With