Skip to content

the measure of Build fail

Eaxker edited this page Aug 20, 2017 · 1 revision

直接下下来当做第三方库使用

应该在build.gradle文件中的 allprojects { repositories { maven { url "https://jitpack.io" }//sure jcenter() } }

buildscript { repositories { maven { url "https://jitpack.io" }//false!!!! jcenter() }

Clone this wiki locally