From a777c89ef672dc627ed850330a38a8d0f37fafbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Wed, 5 Aug 2015 16:53:42 -0700 Subject: [PATCH] README: improve build instructions and add some building tips --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index da4f66888..3c1eb1861 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,10 @@ gradle wrapper. Once you have checked out the version you wish to build, run: -``` -cd F-Droid -gradle clean assembleRelease -``` + cd F-Droid + gradle assembleRelease + +The resulting apk will be in `build/outputs/apk/`. Android Studio -------------- @@ -26,6 +26,13 @@ Android Studio From Android Studio: File -> Import Project -> Select the cloned top folder +Building tips +------------- + +* Use `gradle --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 + Direct download ---------------