From a8b8ed6f14b917c220d1e46548260e0e9bdf7656 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Mon, 4 Aug 2014 09:59:11 +0200 Subject: [PATCH] Gradle troubleshooting info --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 509c57e63..6743372ac 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,10 @@ When changing build files or dependencies, respect the following requirements: * https://www.timroes.de/2013/09/12/speed-up-gradle/ * Disable Lint checking if it is enabled in build.gradle +### Error:Configuration with name 'default' not found. + +Gradle project dependencies are missing. Do a ``git submodule init && git submodule update`` + ### Translations Translations are hosted on Transifex, which is configured by ".tx/config".