CoCoin icon indicating copy to clipboard operation
CoCoin copied to clipboard

Error:Configuration with name 'default' not found

Open neversink opened this issue 9 years ago • 8 comments
trafficstars

编译项目提示Error:Configuration with name 'default' not found.请问要怎么解决?

neversink avatar Jan 14 '16 12:01 neversink

可以看看完整的错误提示吗?

Nightonke avatar Jan 14 '16 13:01 Nightonke

我这也是提示这个错误

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)

gexueyuan avatar Jan 15 '16 04:01 gexueyuan

请问你用的是Android Studio还是eclipse?

Nightonke avatar Jan 15 '16 04:01 Nightonke

I have the same problem. @Nightonke

itxuye avatar Jan 15 '16 05:01 itxuye

@itxuye OK, I will check this after several days for preparing my final exam.

Nightonke avatar Jan 15 '16 05:01 Nightonke

应该是提交不完整 Configuration with name 'default' not found 这个把setting.gradle中 把:GuillotineMenu删除 然后build.gradle 中把 compile project(':GuillotineMenu-Android') 改为compile 'com.github.Yalantis:GuillotineMenu-Android:v1.0'

sunpingji avatar Jan 15 '16 06:01 sunpingji

这样可以跑了 但是还是有编译错误 image 所以 应该是提交不完整导致的

sunpingji avatar Jan 15 '16 06:01 sunpingji

@sunpingji ,谢谢你的解决办法,有些遗漏的类刚刚加上去了,你可以再试试。

Nightonke avatar Jan 15 '16 06:01 Nightonke