Run a Gradle dependency,
./gradlew -q dependencies <module-name>:dependencies --configuration compile
Example:
./gradlew -q dependencies app:dependencies --configuration compile
It will show you what is the wrong, and if you change it the error disappeared after removing.
网友评论