Skip to content

Instantly share code, notes, and snippets.

@vrunoa
Last active June 13, 2019 06:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vrunoa/3f197ba6eb8c2ae81c99f86fd7736c46 to your computer and use it in GitHub Desktop.
Save vrunoa/3f197ba6eb8c2ae81c99f86fd7736c46 to your computer and use it in GitHub Desktop.
appium-getting-started
  1. Setup your local environment for Android local testing - max 45minutes

  2. Download https://developer.android.com/studio, go to command-line

  3. Setup env vars

export ANDROID_HOME="~/Library/Android/sdk"
export ANDROID_SDK_ROOT="~/Library/Android/sdk"
export ANDROID_AVD_HOME="~/.android/avd"
export ANDROID_CONFIG="~/.android"
export JAVA_HOME=$(/usr/libexec/java_home)


export PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:$ANDROID_HOME/tools:$ANDROID_HOME/tools/bin:$ANDROID_HOME/platform-tools:$ANDROID_CONFIG:/usr/local/go/bin:$ANDROID_HOME/ndk-bundle"
  1. Install node;
brew install node

or use nvm

https://github.com/nvm-sh/nvm
  1. Install appium
  2. Use appium doctor
  3. Install appium desktop https://github.com/appium/appium-desktop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment