### IDE If you are working on this project and use Intellij Idea, you need to change the compiler to the Eclipse compiler instead of the default javac. ![eclipse compiler](https://cloud.githubusercontent.com/assets/4927589/14228367/6fce184e-f91b-11e5-837c-2673446d24ea.png) If you are using the Eclipse IDE, make sure you are using version Luna or later. ### Coding Standards Appium java-client strictly follows [Google Java Style](http://google-styleguide.googlecode.com/svn/trunk/javaguide.html) as a coding standards. Contributors are requested to follow this by configuring in their IDE's Editor Code style, * Clone [Google Style Guide](https://github.com/google/styleguide.git) from git **Intellij IDEA** user's can configure this way, `Files -> Other Settings -> Default Settings ->Editor -> Code Style -> Manage -> Manage -> Import -> eclipse-java-google-style.xml (Downloaded from Google Style Guide)-> Apply` **Eclipse IDE** user's can configure this way, `Preferences -> Java -> Code Style -> Formatter -> Import -> eclipse-java-google-style.xml (Downloaded from Google Style Guide)-> Apply` Reformat your code before raising a Pull Request.