Contributing

DroidDriver issues are tracked on GitHub

The master branch on GitHub tracks the AOSP master branch. All releases are made from the master branch.

Code changes should be submitted to AOSP and then they‘ll be synced to GitHub once they’ve passed code reivew on Gerrit.

Build

./gradlew build

Import into Android Studio

  • Clone from git
  • Launch Android Studio and select Open an existing Android Studio project
  • Navigate to droiddriver/build.gradle and press Choose
  • Android Studio will now import the project successfully