Answers for "could not initialize class org.codehaus.groovy.runtime.invokerhelper while generating release apk"

1

Could not initialize class org.codehaus.groovy.runtime.InvokerHelper

Add the following lines to your $HOME/.bash_profile or $HOME/.bashrc (if you are using zsh then ~/.zprofile or ~/.zshrc) config file:
export JAVA_HOME="/Applications/Android Studio.app/Contents/jre/jdk/Contents/Home"
Posted by: Guest on November-11-2020

Code answers related to "could not initialize class org.codehaus.groovy.runtime.invokerhelper while generating release apk"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language