Gradle error : Could not find com.android.tools.build:gradle:2.2.3

前端 未结 13 1337
盖世英雄少女心
盖世英雄少女心 2020-12-05 09:44

I\'m trying to build my android project using gradle and circleCI, but I\'ve got this error :

* What went wrong:
  A problem occurred configuring root projec         


        
13条回答
  •  一向
    一向 (楼主)
    2020-12-05 10:11

    Updating CordovaLib -> build.gradle also worked for me, as above. I was looking at the root build.gradle initially which was correct and already included jcenter().

提交回复
热议问题