Closed
Description
This commit removed android platform tools, and produced a message on update instructing the user to run the following commands:
brew uninstall --force android-platform-tools
brew cask install android-platform-tools
The second command produces the following output:
➜ brew cask install android-platform-tools
Error: No available Cask for android-platform-tools
Error: nothing to install
cc @yurikoles
Activity
yurikoles commentedon Mar 27, 2017
@agrieser I'm not sure how to create alias in cask, but you need to install just
android-sdk
, that does containandroid-platform-tools
inside.yurikoles commentedon Mar 27, 2017
@MikeMcQuaid thanks!
yurikoles commentedon Mar 27, 2017
brandonsimpson commentedon Apr 6, 2017
after running:
you can install it by running:
and