Gentlemen, I migrated to linux and I have a question / problem.
I already have the android sdk installed with their respective dependencies installed, I squeeze the android command and open the sdk manager normally, I put the environment variables in the file .zshrc
(same as .bash_profile):
export ANDROID_HOME=/opt/android-sdk/
export PATH=$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools
And even then, when I run the ionic build android, I get the message that is in the photo. Am I forgetting something?