I have been at this for 2 days now. I have added iOS as a platform with no issue. However adding Android as a platform is giving me this error:
"Error: The command "android" failed. Make sure you have the latest Android SDK installed, and the "android" command (inside the tools/ folder) is added to your path."
I have added read tonnes of similar issues and added to my path like so:
export ANDROID_HOME=/Users/MYUSERNAME/SDKs/Android_SDK/
export PATH=/Users/MYUSERNAME/SDKs/Android_SDK/platform-tools:/Users/MYUSERNAME/Android_SDK/tools:$PATH
Yet it still throws up the same error. I used echo $PATH to make sure the path had updated and it's all as it should be according to other forums. Any ideas on why this isn't working for me? I'm losing my mind at this point!