How to edit a gradle dependency
问题 I'm working on an android project that uses the following dependency in my gradle file; compile 'com.mapzen:on-the-road:1.1.1' I would like to edit one of the files in order to add some missing features and contribute to the project. How can I download this project and test edits in my android studio project? 回答1: I just found out that the project is open-source and is available in Github. Please follow these simple steps - 1) Go to this page and click on "Clone or Download" and then click on