Skip to content

Instantly share code, notes, and snippets.

@thejoaov
Created September 1, 2020 15:18
Show Gist options
  • Select an option

  • Save thejoaov/ada59fc95122add6775edef75f98e046 to your computer and use it in GitHub Desktop.

Select an option

Save thejoaov/ada59fc95122add6775edef75f98e046 to your computer and use it in GitHub Desktop.

Revisions

  1. thejoaov created this gist Sep 1, 2020.
    11 changes: 11 additions & 0 deletions install android sdk mac.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    ```bash
    brew cask install adoptopenjdk8
    brew cask install android-sdk

    echo "export ANDROID_HOME=/usr/local/share/android-sdk" >> ~/.bash_profile
    source ~/.bash_profile

    touch ~/.android/repositories.cfg
    sdkmanager --update
    sdkmanager "platform-tools"
    ```