CONTRIBUTING: Add Android.mk gradlew note

See #632.
This commit is contained in:
Daniel Martí 2016-04-24 12:45:35 +01:00
parent f1230adfc1
commit e860503141

View File

@ -58,6 +58,8 @@ To get all the logcat messages by F-Droid, you can run:
* Use gradle with `--daemon` if you are going to build F-Droid multiple times.
* If you get a message like `Could not find com.android.support:support-...`,
make sure that you have the latest Android support maven repository.
* When building as part of AOSP with `Android.mk`, make sure you have a
recent version of Gradle installed as `gradlew` will not be used.
## Running the test suite