This projects runs for multiple days after switching to new android gradle plugin 0.4.2. I have added now another library as usual i add it. I looked over and over the configuration and see not a mistake, here is what i get:
[drindt@localhost workspace]$ gradle assembleDebug --info Starting Build Settings evaluated using settings file ‘/home/drindt/Temporär/freudeschenken/workspace/settings.gradle’. Projects loaded. Root project using build file ‘/home/drindt/Temporär/freudeschenken/workspace/build.gradle’. Included projects: [root project ‘workspace’, project ‘:AndroidQuickResponseCode’, project ‘:ClueList’, project ‘:FacebookSDK’, project ‘:FastEntry’, project ‘:PullToRefresh’, project ‘:android-calendar-view’] Evaluating root project ‘workspace’ using build file ‘/home/drindt/Temporär/freudeschenken/workspace/build.gradle’. Evaluating project ‘:AndroidQuickResponseCode’ using build file ‘/home/drindt/Temporär/freudeschenken/workspace/AndroidQuickResponseCode/build.gradle’. The TaskContainer.add() method has been deprecated and is scheduled to be removed in Gradle 2.0. Please use the create() method instead. Evaluating project ‘:ClueList’ using build file ‘/home/drindt/Temporär/freudeschenken/workspace/ClueList/build.gradle’. Evaluating project ‘:android-calendar-view’ using build file ‘/home/drindt/Temporär/freudeschenken/workspace/android-calendar-view/build.gradle’. Evaluating project ‘:FacebookSDK’ using build file ‘/home/drindt/Temporär/freudeschenken/workspace/FacebookSDK/build.gradle’. Evaluating project ‘:PullToRefresh’ using empty build file.
FAILURE: Build failed with an exception.
- What went wrong: A problem occurred configuring project ‘:ClueList’. > Failed to notify project evaluation listener.
Configuration with name ‘default’ not found.
- Try: Run with --stacktrace option to get the stack trace. Run with --debug option to get more log output.
BUILD FAILED
Total time: 6.887 secs