Install Android Sdk Platformtools Revision 2801 [NEW]

How to Install Android SDK Platform-Tools Revision 28.0.1 Android SDK Platform-Tools Revision 28.0.1

  • Verification:

    Upgrading to Latest Version (Recommended)

    If you don't specifically need 28.0.1, upgrade: install android sdk platformtools revision 2801

    sdkmanager --list

    • You need to add this to your shell profile. Depending on your macOS version, this is usually .zshrc or .bash_profile.
    • Type nano ~/.zshrc (or ~/.bash_profile if you are on older macOS).
    • Add the following line to the bottom of the file:
      export PATH="$HOME/platform-tools:$PATH"
      
    • Press Ctrl+O then Enter to save, and Ctrl+X to exit.
    • Type source ~/.zshrc to apply the changes immediately.
    export PATH="$PATH:$HOME/android-sdk/platform-tools"