You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

780 B

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