Skip to content

Environment setup for MacOSx

daneb edited this page Oct 6, 2014 · 1 revision

Mavericks

  1. Ruby 2.0 should be default
  2. # sudo gem install ruboto
  3. # ruboto setup
  4. # If Ant is not installed - you can install with Homebrew. If upgraded to Mavericks, run # sudo brew update
  5. # Android SDK may not be setup correctly
  6. # export ANDROID_HOME=/Users/danebalia/android-sdk-macosx (replace danebalia with your user name)
  7. # export PATH=${PATH}:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools
Clone this wiki locally