I figured it out, i needed to put the Android studio files in the system path. In the terminal I had to add a path to the adb file so I ran the command export PATH=$PATH:/Users/~/Library/Android/sdk/platform-tools . The ~ is whatever your username is. Then I launched the installer and like magic it worked.