aboutsummaryrefslogtreecommitdiff
path: root/contributing.md
diff options
context:
space:
mode:
authorKevin Jin <kjin@google.com>2016-03-14 13:58:19 -0700
committerKevin Jin <kjin@google.com>2016-03-14 14:18:16 -0700
commitae6ae8f16b46e25b3c24818ababa848e43518aeb (patch)
treedd8695b1a1d5c4d5b206758b9a2c897940403e12 /contributing.md
parent3d5506feee049cc6f5cb8975053e991f6702a365 (diff)
downloaddroiddriver-ae6ae8f16b46e25b3c24818ababa848e43518aeb.tar.gz
Remove Android.mk files
Update manualtest/build.gradle for new Gradle plugin Change-Id: I447802519ce738fb2c5063b9a68ad871106e40b1
Diffstat (limited to 'contributing.md')
-rw-r--r--contributing.md9
1 files changed, 2 insertions, 7 deletions
diff --git a/contributing.md b/contributing.md
index f8ae829..645ef1b 100644
--- a/contributing.md
+++ b/contributing.md
@@ -6,18 +6,13 @@ The [`master` branch](https://github.com/appium/droiddriver/tree/master) on GitH
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.
-#### Requirements
+#### Build
-Gradle 2.2.1 or better is required to be installed on the system. In Android Studio, you'll need to provide the gradle location.
-
-On Mac OSX with homebrew, `brew install gradle` will install gradle. To locate the path, use `brew info gradle` The homebrew path follows this format: `/usr/local/Cellar/gradle/2.2.1/libexec`
-
-If you installed gradle using the zip (`gradle-2.2.1-bin.zip`), then the path will be the `gradle-2.2.1` folder.
+`./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
-- Select `Use local gradle distribution` and enter the Gradle path
- Android Studio will now import the project successfully