Android dependency 'com.andr
2018-03-14 本文已影响5459人
让一切简单
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.