Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图将我的代码上传到 bintry,以便我可以将它连接到 jcenter,但是当我将此行添加到我的库 build.gradle 时出现问题:
apply plugin: 'com.github.dcendents.android-maven'
gradle 无法构建,我做错了什么?
我遇到过同样的问题。我使用的是 gradle 2.4。
我不知道为什么,但是通过将 gradle 降级到 2.2.1 它得到了解决。只需转到File然后Project Settings在 gradle field 中写入2.2.1。
File
Project Settings
2.2.1