I have the same issue, and the bug is my build.gradle of application level has dependencies of my submodules. Means
dependencies {
compile project(':library')
compile project(':MPChartLib')
}
I have just remove the two line inside the dependencies braces and it is able to start syncing.