我正在尝试从mavenCentral切换到jcenter(因为这是android的新默认设置)并且偶然发现了这个问题:
它应该在那里:找不到与com.googlecode.android-query匹配的任何版本:android-query:0.25。+。
http://jcenter.bintray.com/com/googlecode/android-query/android-query/0.25.9/
当我不使用+作为次要部分时,它可以工作:
compile 'com.googlecode.android-query:android-query:0.25.9'