aboutsummaryrefslogtreecommitdiff
path: root/contributing.md
blob: 645ef1b6f9c5bd69ba199e694cafaf391b66d6cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Contributing

DroidDriver issues are [tracked on GitHub](https://github.com/appium/droiddriver/issues)

The [`master` branch](https://github.com/appium/droiddriver/tree/master) on GitHub tracks [the AOSP master branch](https://android.googlesource.com/platform/external/droiddriver). [All releases](releasing_to_jcenter.md) are made from the master branch.

Code changes should be [submitted to AOSP](contributing_aosp.md) 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