long time reader first time poster.
I am attempting to set up Appium on Mac OS 10.9.5. I have set my ANDROID_HOME in .profile set to the following:
export ANDROID_HOME=/Users/jfish/Documents/android-sdk-macosx
When attempt to start Appium I receive the following error:
error: Failed to start an Appium session, err was: Error: Could not find aapt. Please set the ANDROID_HOME environment variable with the Android SDK root directory path.
But I have the correct file path specified. Do I need to add build-tools to my $PATH? At the moment I only have platform-tools and tools specified there.
I have tried copying and pasting aapt into the tools folder as was suggested this question but to no avail.
Thank you for your time, and if this was answered elsewhere I am sorry for repeating the question. I was not able to find a satisfactory answer on Google nor on here.