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

前端 未结 13 1329
盖世英雄少女心
盖世英雄少女心 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:28

    The issue is caused by your type of internet connection which prevents or blocks Android Studio from downloading required files from jcenter, this should happen automatically when you build your solution. The solution to your problem is to connect to internet using your personal internet connection such as ADSL Router, rebuild the project and the download of necessary files will happen automatically.

    0 讨论(0)
提交回复
热议问题