appium

Install JDK

To use Android SDK, we need to install JDK.

Alt text

And set its system variables, by editing ~/.bash_profile as following:

export JAVA_HOME=`/usr/libexec/java_home`

Alt text