-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gradle 1.11 Configuration with name 'default' not found #59
Comments
I have a related issue. I imported the project into Android Studio and I can't sync Gradle projects.
Complete log: https://gist.github.com/stefanmaric/10273838 I found something related to the 1.11 Gradle release here: http://gradle.1045684.n5.nabble.com/Fwd-New-problem-gradle-v1-11-rc-1-could-not-run-build-action-using-gradle-dist-td5712263.html I'm totally new into Android Studio and Gradle. I haven't found how to start editing. 😞 |
Recently i have updated my IntelliJ IDEA (same as Android Studio) with build tools and it stopped building( I'll try to fix this soon. |
I just ran into similar problems. Tried to build the project with Android Studio and via gradle commandline (1.10 and 1.12) and received the same error: Log: https://gist.github.com/michaelmuenzer/7d09aff2bbf988f4293f Do I have to configure anything special to make this work? |
i see the same error. Did you find a solution for it? |
Getting error running gradle from Ubuntu CLI Could not determine the dependencies of task ':app:test'.
Is there any fix? |
I have the same problem... |
Have you got any fix for that problem? I would appreciate any help. |
I tried building Telegram S in Gradle, but with Gradle 1.8, 1.9 and 1.10 I got an "Could not create plugin of type AppPlugin" error, but with Gradle 1.11, I got a Configuration with Name 'default' not found.
I tried gradle assembleCommonRelease, gradle dist and gradle assembleDevDebug but nothing worked. Where is the error?
The text was updated successfully, but these errors were encountered: