美文网首页Android问题记录
Android dependency 'com.andr

Android dependency 'com.andr

作者: 让一切简单 | 来源:发表于2018-03-14 15:21 被阅读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

相关文章

网友评论

    本文标题:Android dependency 'com.andr

    本文链接:https://www.haomeiwen.com/subject/xymfqftx.html