Skip to content

Instantly share code, notes, and snippets.

@helder-robalo
Last active October 27, 2016 16:05
Show Gist options
  • Save helder-robalo/1b28630a4000f8585d29 to your computer and use it in GitHub Desktop.
Save helder-robalo/1b28630a4000f8585d29 to your computer and use it in GitHub Desktop.
can't find sdkmanager.jar
After installing android-sdk via homebrew, follow the console guide's suggestion: Add android to .bashrc PATH
And if you still receiving this message when trying run the command: android
"can't find sdkmanager.jar"
Try this one:
sudo find /usr/local/Cellar/android-sdk/<version>/tools -type d | xargs sudo chmod a+rx
Apparently homebrew can't change the authorization to this directory.
You can see more in this issue's report: https://github.com/Homebrew/homebrew/issues/9447
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment