Skip to content

Android platform tools moved but cask install instructions fail #11656

Closed
@agrieser

Description

@agrieser

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

yurikoles commented on Mar 27, 2017

@yurikoles
Contributor

@agrieser I'm not sure how to create alias in cask, but you need to install just android-sdk, that does contain android-platform-tools inside.

yurikoles

yurikoles commented on Mar 27, 2017

@yurikoles
Contributor

@MikeMcQuaid thanks!

yurikoles

yurikoles commented on Mar 27, 2017

@yurikoles
Contributor
$ brew install android-platform-tools
Error: No available formula with the name "android-platform-tools" 
It was migrated from homebrew/core to caskroom/cask/android-sdk.
You can access it again by running:
  brew tap caskroom/cask/android-sdk

$ brew tap caskroom/cask/android-sdk
Updating Homebrew...
Error: Invalid tap name 'caskroom/cask/android-sdk''``
brandonsimpson

brandonsimpson commented on Apr 6, 2017

@brandonsimpson

after running:

brew tap caskroom/cask

you can install it by running:

brew cask install android-sdk

and

brew cask install android-platform-tools
locked and limited conversation to collaborators on Apr 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @agrieser@yurikoles@brandonsimpson

        Issue actions

          Android platform tools moved but cask install instructions fail · Issue #11656 · Homebrew/homebrew-core