CoCoin
CoCoin copied to clipboard
Error:Configuration with name 'default' not found
编译项目提示Error:Configuration with name 'default' not found.请问要怎么解决?
可以看看完整的错误提示吗?
我这也是提示这个错误
2016-01-15 11:43:44,092 [2792025] WARN - radle.project.ProjectSetUpTask -
2016-01-15 11:43:44,092 [2792025] INFO - radle.project.ProjectSetUpTask - Configuration with name 'default' not found.
Consult IDE log for more details (Help | Show Log) 2016-01-15 11:43:44,092 [2792025] INFO - ls.idea.gradle.GradleSyncState - Sync with Gradle for project 'CoCoin' failed: Configuration with name 'default' not found.
Consult IDE log for more details (Help | Show Log)
请问你用的是Android Studio还是eclipse?
I have the same problem. @Nightonke
@itxuye OK, I will check this after several days for preparing my final exam.
应该是提交不完整 Configuration with name 'default' not found 这个把setting.gradle中 把:GuillotineMenu删除 然后build.gradle 中把 compile project(':GuillotineMenu-Android') 改为compile 'com.github.Yalantis:GuillotineMenu-Android:v1.0'
这样可以跑了 但是还是有编译错误
所以 应该是提交不完整导致的
@sunpingji ,谢谢你的解决办法,有些遗漏的类刚刚加上去了,你可以再试试。