Skip to content

Instantly share code, notes, and snippets.

@tanb
Last active May 10, 2016 17:50
Android app development: Let's Get Started

Let's Get Started

  • install java
$ brew cask install java
  • .bash_profile
export JAVA_HOME=`/usr/libexec/java_home`
  • install android studio

Android Studio

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment