Skip to content
f2prateek edited this page Feb 8, 2013 · 17 revisions

This is the wiki for RecipeBot.

Contributing

To set up your environment, set up your developing environment. It might also make your life easier to use IntelliJ. Code styles are compliant with AOSP Code Style Guidelines. Compilation and test can be checked by running mvn clean verify (make sure you have an avd running to run integration tests). Checkstyle failures indicate style errors and can be viewed in the target/checkstyle-result.xml file.

Clone this wiki locally