1 # Contributing 2 3 DroidDriver issues are [tracked on GitHub](https://github.com/appium/droiddriver/issues) 4 5 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. 6 7 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. 8 9 #### Build 10 11 `./gradlew build` 12 13 #### Import into Android Studio 14 15 - Clone from git 16 - Launch Android Studio and select `Open an existing Android Studio project` 17 - Navigate to `droiddriver/build.gradle` and press Choose 18 - Android Studio will now import the project successfully 19