我正在尝试从 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'