“java.lang.noclassDeffoundError: não pôde inicializar a classe org.codehaus.groovy.vmplugin.v7.java7” Respostas de código

Não foi possível inicializar a classe org.codehaus.groovy.vmplugin.vmpluginFactory

On your Android or Intellij Project, go to:

yourprojectname/gradle/wrapper/gradle-wrapper.properties. 
Property distributionUrl should be: 

distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-bin.zip

If it's an older version then change it, run ./gradlew clean build and try again.
Lunox

java.lang.noclassDeffoundError: não pôde inicializar a classe org.codehaus.groovy.vmplugin.v7.java7

It's probably because you use Gradle as the build system and JDK14
and the Gradle version is old. Reference:

https://github.com/gradle/gradle/issues/10248

If you use Gradle Wrapper then refer to
$PROJECT_ROOT/gradle/wrapper/gradle-wrapper.properties.
Property distributionUrl should be: 

distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-bin.zip

If it's an older version then change it, run ./gradlew clean build 
and try again.
Friendly Finch

Respostas semelhantes a “java.lang.noclassDeffoundError: não pôde inicializar a classe org.codehaus.groovy.vmplugin.v7.java7”

Perguntas semelhantes a “java.lang.noclassDeffoundError: não pôde inicializar a classe org.codehaus.groovy.vmplugin.v7.java7”

Mais respostas relacionadas para “java.lang.noclassDeffoundError: não pôde inicializar a classe org.codehaus.groovy.vmplugin.v7.java7” em Java

Procure respostas de código populares por idioma

Procurar outros idiomas de código