Android问题记录

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.

详细内容见:
https://stackoverflow.com/questions/44540343/android-dependency-com-android-supportsupport-compat-has-different-version-fo

上一篇 下一篇

猜你喜欢

热点阅读