Faced with `org.gradle.api.ProjectConfigurationException` error on my `gradle build`

后端 未结 4 1001
情书的邮戳
情书的邮戳 2020-12-06 06:27

Below are the Gradle specs:

  • Gradle 4.6
  • Android Gradle plugin 3.1.1
  • Parallel Execution enabled
  • Caching enabled

After r

4条回答
  •  执笔经年
    2020-12-06 07:03

    I was facing this issue because of an underlying problem, My AndroidStudio wasn't able to connect somehow to repositories.

    Worked fine after sometime. I couldn't figure out why AS was having problems when my Laptop was connected. May be a VPN issue the network uses i was connected to.

提交回复
热议问题