I tried to run sudo ionic cordova build android on my mac and keep getting.
sudo ionic cordova build android
What went wrong: Could not determine java version from '15.0.1'.
as an error.
I've set my Path and environment variables as
export JAVA_HOME=/usr/libexec/java_home -v 1.8 export PATH=$JAVA_HOME/bin:$PATH.
export JAVA_HOME=/usr/libexec/java_home -v 1.8
export PATH=$JAVA_HOME/bin:$PATH.
2.1m questions
2.1m answers
60 comments
57.0k users