Skip to content

Commit

Permalink
docs: Add ENV vars for Android (#4498)
Browse files Browse the repository at this point in the history
  • Loading branch information
damassi committed Mar 3, 2021
1 parent 9bf6dca commit d88d47b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@ Currently we require developers to use Xcode 12, with the latest version (12.2.0

Currently we use Android Studio 4.1.1. You can download it from [here](https://developer.android.com/studio#downloads).

Once that's setup, you'll want to update your `.bashrc` or `.zshrc` (or whatever tool you use to manage your terminal) with the proper `ENV` vars:

```shell
export ANDROID_HOME=$HOME/Library/Android/sdk
export PATH=$PATH:$ANDROID_HOME/emulator
export PATH=$PATH:$ANDROID_HOME/tools
export PATH=$PATH:$ANDROID_HOME/tools/bin
export PATH=$PATH:$ANDROID_HOME/platform-tools
```

Refresh / restart your terminal and you should be good to go.

### Clone

Follow the instructions in [the README](https://github.com/artsy/eigen).
Expand Down

0 comments on commit d88d47b

Please sign in to comment.