I get following error when I was running an app within Android Studio 2.
Gradle tasks [:app:assembleDebug] Could not determine the dependencies of task \':app:cr
For some of you skipping library will works
project(":libABC") { apply plugin: 'org.sonarqube' sonarqube { skipProject = true } }