Skip to content

Instantly share code, notes, and snippets.

@RafPe
Forked from agrcrobles/android_instructions_29.md
Created November 24, 2018 21:47
Show Gist options
  • Select an option

  • Save RafPe/857a0267cac5deb9bf44f05e0e1164fb to your computer and use it in GitHub Desktop.

Select an option

Save RafPe/857a0267cac5deb9bf44f05e0e1164fb to your computer and use it in GitHub Desktop.
Setup Android development environment on a Mac

Steps you can follow to quickly setup a new Android environemnt.

  1. Install Homebrew: ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
  2. brew install maven
  3. brew install gradle
  4. brew install ant
  5. brew install android-sdk
  6. brew install android-platform-tools
  7. brew install android-ndk
  8. android update sdk --no-ui
  9. Setup HAXM
  10. export ANDROID_HOME=/usr/local/opt/android-sdk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment